diff options
| -rw-r--r-- | ports/simde/portfile.cmake | 9 | ||||
| -rw-r--r-- | ports/simde/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/simde.json | 5 |
4 files changed, 12 insertions, 9 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 91a9ba1d2..9049c7f56 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6145,8 +6145,8 @@ "port-version": 1 }, "simde": { - "baseline": "0.7.0", - "port-version": 1 + "baseline": "0.7.2", + "port-version": 0 }, "simdjson": { "baseline": "1.0.0", diff --git a/versions/s-/simde.json b/versions/s-/simde.json index 8b4ab37bc..e55f5f331 100644 --- a/versions/s-/simde.json +++ b/versions/s-/simde.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7cf62acaf3648a8f0c2d866263788dc413f2beba", + "version": "0.7.2", + "port-version": 0 + }, + { "git-tree": "0caa37f83bd1276d984e5ae1f67ce0cb47e1f62e", "version-string": "0.7.0", "port-version": 1 |
