Skip to content

Commit 11627a2

Browse files
authored
[xsimd] Bump to 13.1.0 (microsoft#42811)
1 parent 14dad0d commit 11627a2

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

ports/xsimd/portfile.cmake

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
vcpkg_download_distfile(
2-
WIN_PATCHES
3-
URLS "https://github.com/xtensor-stack/xsimd/pull/1040/commits/e8cb862e434eb1e367afb83e1a3685bccff3e566.diff?full_index=1"
4-
FILENAME "xsimd-e8cb862e434eb1e367afb83e1a3685bccff3e566.patch"
5-
SHA512 e584033fb79c602a19222c177d5db28f9887dd17e741844d57f2236a5749ac4c02cc0740f8011ca990602887a6ee3dd21ae0b695455c447686b1a6c8bda2e092
6-
)
71
vcpkg_from_github(
82
OUT_SOURCE_PATH SOURCE_PATH
93
REPO xtensor-stack/xsimd
104
REF "${VERSION}"
11-
SHA512 cdc42ddad3353297cf25ea2b6b3f09967f5f388efc26241f2997979fdbbac072819ff771145bc5bfa86cb326cca84b4119e8e6e3f658407961cf203a40603a7f
5+
SHA512 a446aa29364c12785b9fc600341cd21b8fcf3cff6e07f6093b5cd3669a0c26397ccd75f0504c52da7f1843e2844e8b909bebbe1e64f0f2d8355f0ee0eadf1263
126
HEAD_REF master
13-
PATCHES
14-
"${WIN_PATCHES}"
157
)
168

179
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
@@ -31,6 +23,7 @@ vcpkg_cmake_configure(
3123
vcpkg_cmake_install()
3224

3325
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
26+
vcpkg_fixup_pkgconfig()
3427

3528
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
3629

ports/xsimd/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "xsimd",
3-
"version": "13.0.0",
4-
"port-version": 1,
3+
"version": "13.1.0",
54
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
65
"homepage": "https://github.com/xtensor-stack/xsimd",
76
"license": "BSD-3-Clause",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9869,8 +9869,8 @@
98699869
"port-version": 4
98709870
},
98719871
"xsimd": {
9872-
"baseline": "13.0.0",
9873-
"port-version": 1
9872+
"baseline": "13.1.0",
9873+
"port-version": 0
98749874
},
98759875
"xtensor": {
98769876
"baseline": "0.25.0",

versions/x-/xsimd.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "0b77ed3d8e13fc87bade45e85ad04027ef852a00",
5+
"version": "13.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f32923512f532dd165f1379bdb3c810b9d31d7d3",
510
"version": "13.0.0",

0 commit comments

Comments
 (0)