2021-06-11 07:02:29 +08:00
|
|
|
{
|
|
|
|
"name": "xtensor",
|
2024-01-27 01:41:37 +08:00
|
|
|
"version": "0.25.0",
|
2021-06-11 07:02:29 +08:00
|
|
|
"description": "C++ tensors with broadcasting and lazy computing",
|
|
|
|
"homepage": "https://github.com/xtensor-stack/xtensor",
|
2022-03-02 05:57:27 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-06-11 07:02:29 +08:00
|
|
|
"dependencies": [
|
|
|
|
"nlohmann-json",
|
2022-03-02 05:57:27 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-06-11 07:02:29 +08:00
|
|
|
"xtl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tbb": {
|
|
|
|
"description": "xtensor with tbb support",
|
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"xsimd": {
|
|
|
|
"description": "xtensor with xsimd support",
|
|
|
|
"dependencies": [
|
|
|
|
"xsimd"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|