Update bitmagic version to 7.2.0 (#17223)

* Update bitmagic version

* Install includes in subfolder
This commit is contained in:
Kevin Lalumiere 2021-04-12 13:44:07 -04:00 committed by GitHub
parent bc4cca6735
commit e022c1e2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -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.

View File

@ -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)

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "752ea75ea3ffa1341de3f427b9a9c51cdea3df17",
"version-string": "7.2.0",
"port-version": 0
},
{
"git-tree": "f6b7d113e8f4ef1dd43faf316ee848f35fdf0ace",
"version-string": "6.4.0",

View File

@ -353,7 +353,7 @@
"port-version": 0
},
"bitmagic": {
"baseline": "6.4.0",
"baseline": "7.2.0",
"port-version": 0
},
"bitserializer": {