mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[CGAL] switch dep to gmp instead of mpir (#15860)
* [cgal] switch dependency to gmp * run x-add-version
This commit is contained in:
parent
82a9a8436e
commit
7f400c423c
@ -1,6 +1,7 @@
|
||||
Source: cgal
|
||||
Version: 5.2
|
||||
Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-ptr-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision, boost-interval
|
||||
Port-Version: 1
|
||||
Build-Depends: mpfr, gmp, zlib, boost-format, boost-container, boost-ptr-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision, boost-interval
|
||||
Homepage: https://github.com/CGAL/cgal
|
||||
Description: The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.
|
||||
|
||||
|
@ -1118,7 +1118,7 @@
|
||||
},
|
||||
"cgal": {
|
||||
"baseline": "5.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"cgicc": {
|
||||
"baseline": "3.2.19-4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5cbb2f2a60d864bd36098d71a050aeef43e52eff",
|
||||
"version-string": "5.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1673f680f59b2c8c848a28c8e664b68b2ec182d7",
|
||||
"version-string": "5.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user