mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:59:01 +08:00
25 lines
487 B
JSON
25 lines
487 B
JSON
|
{
|
||
|
"name": "xtensor",
|
||
|
"version": "0.23.10",
|
||
|
"description": "C++ tensors with broadcasting and lazy computing",
|
||
|
"homepage": "https://github.com/xtensor-stack/xtensor",
|
||
|
"dependencies": [
|
||
|
"nlohmann-json",
|
||
|
"xtl"
|
||
|
],
|
||
|
"features": {
|
||
|
"tbb": {
|
||
|
"description": "xtensor with tbb support",
|
||
|
"dependencies": [
|
||
|
"tbb"
|
||
|
]
|
||
|
},
|
||
|
"xsimd": {
|
||
|
"description": "xtensor with xsimd support",
|
||
|
"dependencies": [
|
||
|
"xsimd"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|