diff options
| author | Maxime GIMENO <maxime.gimeno@gmail.com> | 2021-03-16 19:42:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 11:42:16 -0700 |
| commit | 617247756f54cc391e5082930676ded1f553c397 (patch) | |
| tree | a1d80bbea5675ff68cced344cb096d534abc4b85 /versions | |
| parent | 9431133cd5e6c0ea48031d1d3bd11bcbebb1e243 (diff) | |
| download | vcpkg-617247756f54cc391e5082930676ded1f553c397.tar.gz vcpkg-617247756f54cc391e5082930676ded1f553c397.zip | |
[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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cgal.json | 5 |
2 files changed, 6 insertions, 1 deletions
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,6 +1,11 @@ { "versions": [ { + "git-tree": "6d5aeedca6a3ace515272f0d3a1fc150efde9076", + "version-string": "5.2", + "port-version": 2 + }, + { "git-tree": "5cbb2f2a60d864bd36098d71a050aeef43e52eff", "version-string": "5.2", "port-version": 1 |
