Skip to content

Commit

Permalink
ports: bump up gap version
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Jul 14, 2022
1 parent f978b09 commit 0ff63ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ports/gap/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lifting-bits/gap
REF 971ac626e49e5508f6b488661120bd8cacbc0e72
SHA512 fe8422f0d7c695eca4f17b1252bdfa22fa612312dda570754ae3def4acaa61b65ee6ff9eb3de8758b051535164fee6b6f94135dfc061db628b8816d29bb856e4
REF d053b4f43e0117d618e68b87fc63d775f9ab9bdf
SHA512 806ed0fb7ca35de3f40eac02b19ccbd00828dd43be8c2abcea8aba9f46d572914ccbcb0c02ecc88eb75b1e20451ca22e15c9de1f09c92a82862abd87b4db90b9
HEAD_REF main
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DGAP_ENABLE_COROUTINES=OFF
-DENABLE_TESTING=OFF
-DGAP_ENABLE_COROUTINES=ON
-DGAP_ENABLE_TESTING=OFF
-DGAP_ENABLE_EXAMPLES=OFF
-DGAP_INSTALL=ON
-DUSE_SYSTEM_DEPENDENCIES=ON
)
Expand All @@ -21,8 +22,7 @@ vcpkg_cmake_config_fixup(
CONFIG_PATH lib/cmake/gap
)

file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" )

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

0 comments on commit 0ff63ff

Please sign in to comment.