aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-10-06 21:50:25 +0200
committerGitHub <noreply@github.com>2021-10-06 12:50:25 -0700
commit90e568694e88f423139ddd186288a60bdd7c54c0 (patch)
tree9a2ef97c13b688982766ee17f615023cddd6e5bd /ports
parent5bb0c7fc45da94844dfac35c8e441758e03e7666 (diff)
downloadvcpkg-90e568694e88f423139ddd186288a60bdd7c54c0.tar.gz
vcpkg-90e568694e88f423139ddd186288a60bdd7c54c0.zip
[simde] Update to 0.7.2 (#20495)
* Update simde to 0.7.2 * 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')
-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"
}