[CGAL] switch dep to gmp instead of mpir (#15860)

* [cgal] switch dependency to gmp

* run x-add-version
This commit is contained in:
Alexander Neumann 2021-01-29 04:29:12 +01:00 committed by GitHub
parent 82a9a8436e
commit 7f400c423c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -1118,7 +1118,7 @@
},
"cgal": {
"baseline": "5.2",
"port-version": 0
"port-version": 1
},
"cgicc": {
"baseline": "3.2.19-4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5cbb2f2a60d864bd36098d71a050aeef43e52eff",
"version-string": "5.2",
"port-version": 1
},
{
"git-tree": "1673f680f59b2c8c848a28c8e664b68b2ec182d7",
"version-string": "5.2",