mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:31:36 +08:00
[CGAL] Upgrade to 5.2 (#15047)
* UPgrade to 5.2-beta1 * Upgrade to 5.2 * Merge from master Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
This commit is contained in:
parent
4f8fb510ba
commit
a184395582
@ -1117,7 +1117,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cgal": {
|
||||
"baseline": "5.1.1",
|
||||
"baseline": "5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"cgicc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1673f680f59b2c8c848a28c8e664b68b2ec182d7",
|
||||
"version-string": "5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1618e4fdb8df228e557d622d97e766059e02a97a",
|
||||
"version-string": "5.1.1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: cgal
|
||||
Version: 5.1.1
|
||||
Version: 5.2
|
||||
Build-Depends: mpfr, mpir, 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
|
||||
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.
|
||||
|
@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CGAL/cgal
|
||||
REF v5.1.1
|
||||
SHA512 e1a56332269d1386afb6ffea51193800235292094ba160f138532246f6c2232ef104df319b4e8b0540953cb682a6687426b8b108a330604cbfcb6c119b01d97a
|
||||
REF v5.2
|
||||
SHA512 09f46c531365697968a9d9521eb9f3b5af5da9971be7fa86db990199f046c5a16dec821ca8a8ce1a2619b3ec44634e7426e39e997e8df783aa13552bc3d86064
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -48,7 +48,7 @@ file(INSTALL ${SOURCE_PATH}/Installation/LICENSE DESTINATION ${CURRENT_PACKAGES_
|
||||
file(
|
||||
COPY
|
||||
${SOURCE_PATH}/Installation/LICENSE.BSL
|
||||
${SOURCE_PATH}/Installation/LICENSE.FREE_USE
|
||||
${SOURCE_PATH}/Installation/LICENSE.RFL
|
||||
${SOURCE_PATH}/Installation/LICENSE.GPL
|
||||
${SOURCE_PATH}/Installation/LICENSE.LGPL
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
|
Loading…
Reference in New Issue
Block a user