[bitmagic] Update to 7.5.0 (#20487)

* Update bitmagic to 7.5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
chausner 2021-10-06 00:59:59 +02:00 committed by GitHub
parent 58bf1ef52f
commit 8960971a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View File

@ -2,12 +2,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tlk00/BitMagic
REF v7.2.0
SHA512 74e7b32dcc66960a50e4976f82a0388d5e3b43c737c87277d5f2eac0f551866fca227704d61df867e6bd61e3dbc7b1de0e52ac48d732760f9dc7e50ecef9be6b
REF v7.5.0
SHA512 237D81D6AED1DAF612BF4F64DD7C883018198C1E1F5A58837B04D010971950C27C91B978AA8D774145B45A5B0C4121AC45CFF1094793E56066F2EFA8B4C3D6ED
HEAD_REF master
)
file(GLOB HEADER_LIST "${SOURCE_PATH}/src/*.h")
file(INSTALL ${HEADER_LIST} DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
file(INSTALL ${HEADER_LIST} DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,6 @@
{
"name": "bitmagic",
"version-string": "7.2.0",
"port-version": 1,
"version": "7.5.0",
"description": "Algorithms and tools for Algebra of Sets for information retrieval, indexing of databases, scientific algorithms, ranking, clustering, unsupervised machine learning and signal processing.",
"homepage": "http://bitmagic.io"
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9a8ea093834ac196fd75eb7d07348dd27ebcb715",
"version": "7.5.0",
"port-version": 0
},
{
"git-tree": "9854378bbae00f886710d80f38221368faf99547",
"version-string": "7.2.0",

View File

@ -441,8 +441,8 @@
"port-version": 1
},
"bitmagic": {
"baseline": "7.2.0",
"port-version": 1
"baseline": "7.5.0",
"port-version": 0
},
"bitserializer": {
"baseline": "0.10",