From 617247756f54cc391e5082930676ded1f553c397 Mon Sep 17 00:00:00 2001 From: Maxime GIMENO Date: Tue, 16 Mar 2021 19:42:16 +0100 Subject: [CGAL] Restore boost dependencies (#16592) * Restore full boost dependencies, the actual modules are too many to be listed. * Update ports/cgal/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update baseline version * Detail boost modules from grep in includes * Fix the Build-Depends * add boost-serialization * Update baseline version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> --- ports/cgal/CONTROL | 4 ++-- versions/baseline.json | 2 +- versions/c-/cgal.json | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL index d600b45a6..680875356 100644 --- a/ports/cgal/CONTROL +++ b/ports/cgal/CONTROL @@ -1,7 +1,7 @@ Source: cgal Version: 5.2 -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 +Port-Version: 2 +Build-Depends: mpfr, gmp, zlib, boost-accumulators, boost-algorithm, boost-bimap, boost-callable-traits, boost-concept-check, boost-container, boost-core, boost-detail, boost-filesystem, boost-functional, boost-fusion, boost-geometry, boost-graph, boost-heap, boost-intrusive, boost-iostreams, boost-iterator, boost-lambda, boost-logic, boost-math, boost-mpl, boost-multi-index, boost-multiprecision, boost-numeric-conversion, boost-optional, boost-parameter, boost-pool, boost-preprocessor, boost-property-map, boost-property-tree, boost-ptr-container, boost-random, boost-range, boost-serialization, boost-spirit, boost-thread, boost-tuple, boost-type-traits, boost-units, boost-utility, boost-variant 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 bda4d83f9..12504f1e8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1142,7 +1142,7 @@ }, "cgal": { "baseline": "5.2", - "port-version": 1 + "port-version": 2 }, "cgicc": { "baseline": "3.2.19-4", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index e5763bfe7..aaaad1930 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6d5aeedca6a3ace515272f0d3a1fc150efde9076", + "version-string": "5.2", + "port-version": 2 + }, { "git-tree": "5cbb2f2a60d864bd36098d71a050aeef43e52eff", "version-string": "5.2", -- cgit v1.2.3