mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
75e68a8e3e
* Update xtensor to 0.24.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
34 lines
644 B
JSON
34 lines
644 B
JSON
{
|
|
"name": "xtensor",
|
|
"version": "0.24.3",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|