vcpkg/ports/xsimd/vcpkg.json
Bernhard Manfred Gruber 5ad884fb6a
[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>
2022-11-14 14:28:09 -08:00

26 lines
487 B
JSON

{
"name": "xsimd",
"version": "9.0.1",
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
"homepage": "https://github.com/xtensor-stack/xsimd",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"xcomplex": {
"description": "xtl complex support",
"dependencies": [
"xtl"
]
}
}
}