mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[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>
This commit is contained in:
parent
8af28e0dab
commit
f232529d02
@ -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
|
||||
)
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9c46ed672d5f8a2791349c1af1b44ed7dfcb6dd6",
|
||||
"version": "5.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "02c3a0b581425d69dc21787d87e14c53a07e33ee",
|
||||
"version": "5.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user