aboutsummaryrefslogtreecommitdiff
path: root/ports/simde
diff options
context:
space:
mode:
Diffstat (limited to 'ports/simde')
-rw-r--r--ports/simde/portfile.cmake9
-rw-r--r--ports/simde/vcpkg.json3
2 files changed, 5 insertions, 7 deletions
diff --git a/ports/simde/portfile.cmake b/ports/simde/portfile.cmake
index 67c87d79f..68020a27a 100644
--- a/ports/simde/portfile.cmake
+++ b/ports/simde/portfile.cmake
@@ -3,12 +3,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemequ/simde
- REF f68981de04072012dcc888716dedae2a345d0e45 #v0.7.0
- SHA512 63a00e8a3e0adbd3192f7416f4c163b8b671943042e4f64a91e6865d434a0d5949e97bca1e40d854b9868911ff8d93ac845ac25baa763554447d6be7cdfb084e
+ REF v0.7.2
+ SHA512 E4EE5A4A7E8453F116F1325D147F91D358A300F41EA5566EA30FC19649BABABF3B87E3DC838D5608B578BD152207DF4156200FFC7FB98141BC7C0BB60C75F1F5
HEAD_REF master
)
-file(COPY ${SOURCE_PATH}/simde DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY "${SOURCE_PATH}/simde" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
-# Handle copyright
-configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
diff --git a/ports/simde/vcpkg.json b/ports/simde/vcpkg.json
index 159e85768..d26159fe7 100644
--- a/ports/simde/vcpkg.json
+++ b/ports/simde/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "simde",
- "version-string": "0.7.0",
- "port-version": 1,
+ "version": "0.7.2",
"description": "Implementations of SIMD instruction sets for systems which don't natively support them",
"homepage": "https://github.com/simd-everywhere/simde"
}