Skip to content

Commit

Permalink
[simde] update to 0.7.4 (#31264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed May 5, 2023
1 parent ec6cd90 commit f3cc1e3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
12 changes: 0 additions & 12 deletions ports/simde/fix-windows-minmax.patch

This file was deleted.

10 changes: 4 additions & 6 deletions ports/simde/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemequ/simde
REF v0.7.2
SHA512 E4EE5A4A7E8453F116F1325D147F91D358A300F41EA5566EA30FC19649BABABF3B87E3DC838D5608B578BD152207DF4156200FFC7FB98141BC7C0BB60C75F1F5
REPO simd-everywhere/simde
REF "v${VERSION}"
SHA512 9add192021014f503699dedff8644ad8079a6381302fe56b91950a3b498b58ba7d069a4779007738edfad1ec57dbce02d462bd833a517240e8ff992e3867868a
HEAD_REF master
PATCHES
fix-windows-minmax.patch
)

file(COPY "${SOURCE_PATH}/simde" DESTINATION "${CURRENT_PACKAGES_DIR}/include")

file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
3 changes: 1 addition & 2 deletions ports/simde/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "simde",
"version": "0.7.2",
"port-version": 1,
"version": "0.7.4",
"description": "Implementations of SIMD instruction sets for systems which don't natively support them",
"homepage": "https://github.com/simd-everywhere/simde",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7389,8 +7389,8 @@
"port-version": 1
},
"simde": {
"baseline": "0.7.2",
"port-version": 1
"baseline": "0.7.4",
"port-version": 0
},
"simdjson": {
"baseline": "3.1.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simde.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f46b6e3bc03d59a8f45ae99c0c0d08b8386f230a",
"version": "0.7.4",
"port-version": 0
},
{
"git-tree": "b9f97efd430bad429766d57361f329bb1e1597f4",
"version": "0.7.2",
Expand Down

0 comments on commit f3cc1e3

Please sign in to comment.