Skip to content

Commit 77814da

Browse files
committed
ports: bump up gap version
1 parent f978b09 commit 77814da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ports/gap/portfile.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO lifting-bits/gap
4-
REF 971ac626e49e5508f6b488661120bd8cacbc0e72
5-
SHA512 fe8422f0d7c695eca4f17b1252bdfa22fa612312dda570754ae3def4acaa61b65ee6ff9eb3de8758b051535164fee6b6f94135dfc061db628b8816d29bb856e4
4+
REF 62954efaf660991ee489394f238ffa1ae82f5f72
5+
SHA512 75148940a9c9888085533176eb29e4a4efa1859bf8a18316c7ae8dc4a7b1918c1077d30662db51e2abe1fd1f4ae3e6369060dafbdcd01e06655efd48db95f155
66
HEAD_REF main
77
)
88

99
vcpkg_cmake_configure(
1010
SOURCE_PATH "${SOURCE_PATH}"
1111
OPTIONS
12-
-DGAP_ENABLE_COROUTINES=OFF
13-
-DENABLE_TESTING=OFF
12+
-DGAP_ENABLE_COROUTINES=ON
13+
-DGAP_ENABLE_TESTING=OFF
14+
-DGAP_ENABLE_EXAMPLES=OFF
1415
-DGAP_INSTALL=ON
1516
-DUSE_SYSTEM_DEPENDENCIES=ON
1617
)
@@ -21,8 +22,7 @@ vcpkg_cmake_config_fixup(
2122
CONFIG_PATH lib/cmake/gap
2223
)
2324

24-
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
25-
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
25+
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" )
2626

2727
# we do not populate lib folder yet
2828
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" )

0 commit comments

Comments
 (0)