[xsimd] Update to version 9.0.1 (#26501)

* [xsimd] Update to version 9.0.1

* Add keyword FEATURES for vcpkg_check_features

* x-add-version

Co-authored-by: Lily Wang <494550702@qq.com>
This commit is contained in:
Bernhard Manfred Gruber 2022-11-14 23:28:09 +01:00 committed by GitHub
parent 2fce47b15c
commit 5ad884fb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -3,13 +3,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xsimd
REF 8.1.0
SHA512 539f7b565b45e8225c6476ca1becc8243a84ae7fb51b45a584231e7d36aee10a09d7d30fb87d89cb77813fb063a7b7617bcf01fdf996f59d99e8d474d2a044ee
REF 9.0.1
SHA512 ed56287f608ccdf5bc5d5fc2918e313e7c4cecdd9ef2c9993a72ea900d9ff662c57ac5326c7a809eb11505c6f39d4599f3f161b97b6e03c65783b824b8d700d2
HEAD_REF master
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
xcomplex ENABLE_XTL_COMPLEX
FEATURES
xcomplex ENABLE_XTL_COMPLEX
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "xsimd",
"version": "8.1.0",
"version": "9.0.1",
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
"homepage": "https://github.com/xtensor-stack/xsimd",
"license": "BSD-3-Clause",

View File

@ -8133,7 +8133,7 @@
"port-version": 1
},
"xsimd": {
"baseline": "8.1.0",
"baseline": "9.0.1",
"port-version": 0
},
"xtensor": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be6cd49ae57f84d0d66692b388c2ee0ce25cd0e0",
"version": "9.0.1",
"port-version": 0
},
{
"git-tree": "3d7f059f0f9d91da33b87a09615ef7f7f84cc76a",
"version": "8.1.0",