aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/bitmagic/CONTROL2
-rw-r--r--ports/bitmagic/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/bitmagic/CONTROL b/ports/bitmagic/CONTROL
index 0269eb1b4..993c7799b 100644
--- a/ports/bitmagic/CONTROL
+++ b/ports/bitmagic/CONTROL
@@ -1,4 +1,4 @@
Source: bitmagic
-Version: 6.4.0
+Version: 7.2.0
Homepage: http://bitmagic.io
Description: Algorithms and tools for Algebra of Sets for information retrieval, indexing of databases, scientific algorithms, ranking, clustering, unsupervised machine learning and signal processing.
diff --git a/ports/bitmagic/portfile.cmake b/ports/bitmagic/portfile.cmake
index f1cc0ed76..726277754 100644
--- a/ports/bitmagic/portfile.cmake
+++ b/ports/bitmagic/portfile.cmake
@@ -2,12 +2,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tlk00/BitMagic
- REF v6.4.0
- SHA512 a7968aaed950e9174192635fe7ab560234bb2757519ea5a2db911e73457e5859f0e16499756865d1eeab286a93da0e87bd454cfa750c20093db3219c05204f96
+ REF v7.2.0
+ SHA512 74e7b32dcc66960a50e4976f82a0388d5e3b43c737c87277d5f2eac0f551866fca227704d61df867e6bd61e3dbc7b1de0e52ac48d732760f9dc7e50ecef9be6b
HEAD_REF master
)
file(GLOB HEADER_LIST "${SOURCE_PATH}/src/*.h")
-file(INSTALL ${HEADER_LIST} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(INSTALL ${HEADER_LIST} DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)