mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
[cgal] Update to 5.4 (#22308)
* (WIP) [cgal] Update to 5.4-beta1 * Add version * [cgal] Update to 5.4 * [cgal] add version * [cgal] Remove version for CGAL-5.4-beta1 That is required by the CI. * [cgal] Add "license" field That is required by the CI. * [cgal] Update version after last modification
This commit is contained in:
parent
afb2279ad7
commit
f4ebf0793c
@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CGAL/cgal
|
||||
REF v5.3.1
|
||||
SHA512 d258797be1980ac0757e4152ed4b4ea2710dceba11e67ba70b1ebc897224b868852f484d9979cbf3967b010a1f2c02ab7c3215d6026762e27c6815ec020e1275
|
||||
REF v5.4
|
||||
SHA512 c9cdacc74844a6eca94980d0350ae6defb99462ef70ddc3e15e825f06b171a21571efd9246a4abac16a6efc350aa9fa79330d2e89dcec24fc6ecff51905efdeb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "cgal",
|
||||
"version": "5.3.1",
|
||||
"version": "5.4",
|
||||
"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",
|
||||
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-accumulators",
|
||||
"boost-algorithm",
|
||||
|
@ -1297,7 +1297,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"cgal": {
|
||||
"baseline": "5.3.1",
|
||||
"baseline": "5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"cgicc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0acdd574cd028b7ca4acd762f01938492c6d4719",
|
||||
"version": "5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "da69aec4c03275e85108ebc2dc2d512057d6ac32",
|
||||
"version": "5.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user