vcpkg/ports/xtensor/vcpkg.json
miyanyan 232dcc2e59
[xtensor] update to 0.25.0 (#36383)
* [xtensor] update to 0.25.0

* [xtensor] update versions
2024-01-26 09:41:37 -08:00

34 lines
644 B
JSON

{
"name": "xtensor",
"version": "0.25.0",
"description": "C++ tensors with broadcasting and lazy computing",
"homepage": "https://github.com/xtensor-stack/xtensor",
"license": "BSD-3-Clause",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xtl"
],
"features": {
"tbb": {
"description": "xtensor with tbb support",
"dependencies": [
"tbb"
]
},
"xsimd": {
"description": "xtensor with xsimd support",
"dependencies": [
"xsimd"
]
}
}
}