mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[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:
parent
2fce47b15c
commit
5ad884fb6a
@ -3,13 +3,14 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO xtensor-stack/xsimd
|
REPO xtensor-stack/xsimd
|
||||||
REF 8.1.0
|
REF 9.0.1
|
||||||
SHA512 539f7b565b45e8225c6476ca1becc8243a84ae7fb51b45a584231e7d36aee10a09d7d30fb87d89cb77813fb063a7b7617bcf01fdf996f59d99e8d474d2a044ee
|
SHA512 ed56287f608ccdf5bc5d5fc2918e313e7c4cecdd9ef2c9993a72ea900d9ff662c57ac5326c7a809eb11505c6f39d4599f3f161b97b6e03c65783b824b8d700d2
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||||
xcomplex ENABLE_XTL_COMPLEX
|
FEATURES
|
||||||
|
xcomplex ENABLE_XTL_COMPLEX
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xsimd",
|
"name": "xsimd",
|
||||||
"version": "8.1.0",
|
"version": "9.0.1",
|
||||||
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
||||||
"homepage": "https://github.com/xtensor-stack/xsimd",
|
"homepage": "https://github.com/xtensor-stack/xsimd",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -8133,7 +8133,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"xsimd": {
|
"xsimd": {
|
||||||
"baseline": "8.1.0",
|
"baseline": "9.0.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"xtensor": {
|
"xtensor": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "be6cd49ae57f84d0d66692b388c2ee0ce25cd0e0",
|
||||||
|
"version": "9.0.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "3d7f059f0f9d91da33b87a09615ef7f7f84cc76a",
|
"git-tree": "3d7f059f0f9d91da33b87a09615ef7f7f84cc76a",
|
||||||
"version": "8.1.0",
|
"version": "8.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user