diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-01-29 04:29:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 19:29:12 -0800 |
| commit | 7f400c423c5ee251834765f0a90ac6727a335ba5 (patch) | |
| tree | 13a9568e76ae985d0db96aeca0ed42819ddd43c9 | |
| parent | 82a9a8436e6a482042ad3204276843c53c5c4b6e (diff) | |
| download | vcpkg-7f400c423c5ee251834765f0a90ac6727a335ba5.tar.gz vcpkg-7f400c423c5ee251834765f0a90ac6727a335ba5.zip | |
[CGAL] switch dep to gmp instead of mpir (#15860)
* [cgal] switch dependency to gmp
* run x-add-version
| -rw-r--r-- | ports/cgal/CONTROL | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cgal.json | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL index ee652aea0..d600b45a6 100644 --- a/ports/cgal/CONTROL +++ b/ports/cgal/CONTROL @@ -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. diff --git a/versions/baseline.json b/versions/baseline.json index 584a3a0c1..fb521d2f9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1118,7 +1118,7 @@ }, "cgal": { "baseline": "5.2", - "port-version": 0 + "port-version": 1 }, "cgicc": { "baseline": "3.2.19-4", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index ed0be54bc..e5763bfe7 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5cbb2f2a60d864bd36098d71a050aeef43e52eff", + "version-string": "5.2", + "port-version": 1 + }, + { "git-tree": "1673f680f59b2c8c848a28c8e664b68b2ec182d7", "version-string": "5.2", "port-version": 0 |
