aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-01-29 04:29:12 +0100
committerGitHub <noreply@github.com>2021-01-28 19:29:12 -0800
commit7f400c423c5ee251834765f0a90ac6727a335ba5 (patch)
tree13a9568e76ae985d0db96aeca0ed42819ddd43c9 /ports
parent82a9a8436e6a482042ad3204276843c53c5c4b6e (diff)
downloadvcpkg-7f400c423c5ee251834765f0a90ac6727a335ba5.tar.gz
vcpkg-7f400c423c5ee251834765f0a90ac6727a335ba5.zip
[CGAL] switch dep to gmp instead of mpir (#15860)
* [cgal] switch dependency to gmp * run x-add-version
Diffstat (limited to 'ports')
-rw-r--r--ports/cgal/CONTROL3
1 files changed, 2 insertions, 1 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.