aboutsummaryrefslogtreecommitdiff
path: root/ports/bitmagic
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-10-06 00:59:59 +0200
committerGitHub <noreply@github.com>2021-10-05 15:59:59 -0700
commit8960971a0ac1f14f63f8d6420b4e09e54be17f1d (patch)
tree5fd126b8d31899b1e649070ba7bfaaf7abb99af5 /ports/bitmagic
parent58bf1ef52fc48fa18cee7e4350644a6612592eef (diff)
downloadvcpkg-8960971a0ac1f14f63f8d6420b4e09e54be17f1d.tar.gz
vcpkg-8960971a0ac1f14f63f8d6420b4e09e54be17f1d.zip
[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>
Diffstat (limited to 'ports/bitmagic')
-rw-r--r--ports/bitmagic/portfile.cmake8
-rw-r--r--ports/bitmagic/vcpkg.json3
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/bitmagic/portfile.cmake b/ports/bitmagic/portfile.cmake
index 726277754..570aa610c 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 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)
diff --git a/ports/bitmagic/vcpkg.json b/ports/bitmagic/vcpkg.json
index c6203e755..a41fde0ca 100644
--- a/ports/bitmagic/vcpkg.json
+++ b/ports/bitmagic/vcpkg.json
@@ -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"
}