mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[xsimd] Fix build error under windows (#41081)
This commit is contained in:
parent
35afd117ef
commit
64123e5636
@ -1,9 +1,17 @@
|
||||
vcpkg_download_distfile(
|
||||
WIN_PATCHES
|
||||
URLS "https://github.com/xtensor-stack/xsimd/pull/1040/commits/e8cb862e434eb1e367afb83e1a3685bccff3e566.diff?full_index=1"
|
||||
FILENAME "xsimd-e8cb862e434eb1e367afb83e1a3685bccff3e566.patch"
|
||||
SHA512 e584033fb79c602a19222c177d5db28f9887dd17e741844d57f2236a5749ac4c02cc0740f8011ca990602887a6ee3dd21ae0b695455c447686b1a6c8bda2e092
|
||||
)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xtensor-stack/xsimd
|
||||
REF "${VERSION}"
|
||||
SHA512 cdc42ddad3353297cf25ea2b6b3f09967f5f388efc26241f2997979fdbbac072819ff771145bc5bfa86cb326cca84b4119e8e6e3f658407961cf203a40603a7f
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"${WIN_PATCHES}"
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "xsimd",
|
||||
"version": "13.0.0",
|
||||
"port-version": 1,
|
||||
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
||||
"homepage": "https://github.com/xtensor-stack/xsimd",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9758,7 +9758,7 @@
|
||||
},
|
||||
"xsimd": {
|
||||
"baseline": "13.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"xtensor": {
|
||||
"baseline": "0.25.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f32923512f532dd165f1379bdb3c810b9d31d7d3",
|
||||
"version": "13.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b79289e60e4e2319af838958ca258ea6dbbffb14",
|
||||
"version": "13.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user