diff options
| author | Maxime GIMENO <maxime.gimeno@gmail.com> | 2021-07-26 19:55:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 10:55:23 -0700 |
| commit | f232529d0201b7de867c06c76932209f5e788640 (patch) | |
| tree | 33f331aab6e1279aed94b09c946db28b5ddb5609 | |
| parent | 8af28e0dabfeae8c13ed404ed94d2d910d785572 (diff) | |
| download | vcpkg-f232529d0201b7de867c06c76932209f5e788640.tar.gz vcpkg-f232529d0201b7de867c06c76932209f5e788640.zip | |
[CGAL] Upgrade to 5.3 (#18392)
* Not tested yet
* Fix SHA and version name
* reset port version to 0
* Upgrade to 5.3
* CGAL: Add FEATURES and run add-version
* update version
* [cgal] Convert to vcpkg.json
* Cancel modifications to versions/c-/cgal.json
* update version file
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
| -rw-r--r-- | ports/cgal/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/cgal/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/cgal.json | 5 |
4 files changed, 10 insertions, 6 deletions
diff --git a/ports/cgal/portfile.cmake b/ports/cgal/portfile.cmake index 729ece895..fcbbeb12c 100644 --- a/ports/cgal/portfile.cmake +++ b/ports/cgal/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CGAL/cgal - REF v5.2.2 - SHA512 48c6f44f41d6cf4fead878d9e5d62325ec90fc1f744d547b2f5683e41e48b25d19db2606804ac302c24520600d1f5b37a1649c19891cd9e87e227480ef410dbc + REF v5.3 + SHA512 b4093b5f1b4802cffe5dd6a47a7382a59ed83d30bb8cafa5f3fa8daef4579c9f3caf208bc2a58b7a41cf61ed825d0e549c7c442e9f5977bd82f553b2dfe8748f HEAD_REF master ) diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json index 1ac7f45ff..7883bf7c6 100644 --- a/ports/cgal/vcpkg.json +++ b/ports/cgal/vcpkg.json @@ -1,7 +1,6 @@ { "name": "cgal", - "version": "5.2.2", - "port-version": 1, + "version": "5.3", "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.", "homepage": "https://github.com/CGAL/cgal", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 331d75d4c..31e4c6074 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1197,8 +1197,8 @@ "port-version": 1 }, "cgal": { - "baseline": "5.2.2", - "port-version": 1 + "baseline": "5.3", + "port-version": 0 }, "cgicc": { "baseline": "3.2.19-4", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index ce6e700fc..f43490170 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9c46ed672d5f8a2791349c1af1b44ed7dfcb6dd6", + "version": "5.3", + "port-version": 0 + }, + { "git-tree": "02c3a0b581425d69dc21787d87e14c53a07e33ee", "version": "5.2.2", "port-version": 1 |
