mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 07:13:11 +08:00
[cgal] Update REF and SHA512 (#14244)
* [cgal] Update REF and SHA512 * Update portfile.cmake Remove space line
This commit is contained in:
parent
b9f003fb49
commit
c38b82d53d
@ -1,5 +1,5 @@
|
||||
Source: cgal
|
||||
Version: 5.1-beta2
|
||||
Version: 5.1
|
||||
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,16 +3,14 @@ vcpkg_buildpath_length_warning(37)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CGAL/cgal
|
||||
REF v5.1
|
||||
SHA512 862725887558adbc142b794f96ef8bf24264f3777653248249021743cc4f514a41525322ca060d2ef0746d1012532fb722f3a0b74cc7e1a41c89b933e09049ca
|
||||
REF b271ec54df4547dd63db6b84efc5b5ecd57750a7 # v5.1
|
||||
SHA512 c1a9166eaa3b437f0f164fc04b76d2b3805a284f333a3c40b4045160210fc331f6c5d2a9fa73e3959d8e3bedbe88abc38786552e2ce5a121b3e6dda27818e103
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
set(WITH_CGAL_Qt5 OFF)
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
qt WITH_CGAL_Qt5
|
||||
)
|
||||
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
@ -45,7 +43,6 @@ endif()
|
||||
|
||||
file(WRITE ${CURRENT_PACKAGES_DIR}/lib/cgal/CGALConfig.cmake "include (\$\{CMAKE_CURRENT_LIST_DIR\}/../../share/cgal/CGALConfig.cmake)")
|
||||
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/Installation/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
||||
file(
|
||||
@ -54,7 +51,7 @@ file(
|
||||
${SOURCE_PATH}/Installation/LICENSE.FREE_USE
|
||||
${SOURCE_PATH}/Installation/LICENSE.GPL
|
||||
${SOURCE_PATH}/Installation/LICENSE.LGPL
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/cgal
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
)
|
||||
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/cgal)
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
|
Loading…
Reference in New Issue
Block a user