diff options
| author | Kevin Lalumiere <klalumiere@coveo.com> | 2021-04-12 13:44:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 10:44:07 -0700 |
| commit | e022c1e2ebca2d1ab9efe72efa91773642850fd1 (patch) | |
| tree | d3baf650151a18d0b7212d87e655772cf2184182 /ports | |
| parent | bc4cca67354ce62fdf97dd061043dad10274a15b (diff) | |
| download | vcpkg-e022c1e2ebca2d1ab9efe72efa91773642850fd1.tar.gz vcpkg-e022c1e2ebca2d1ab9efe72efa91773642850fd1.zip | |
Update bitmagic version to 7.2.0 (#17223)
* Update bitmagic version
* Install includes in subfolder
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/bitmagic/CONTROL | 2 | ||||
| -rw-r--r-- | ports/bitmagic/portfile.cmake | 6 |
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)
|
