mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
4ea49a1cf8
* [xtensor] update to 0.23.9 * update version * [xtl] update to 0.7.2 * update version * update patch * update version * Update ports/xtl/portfile.cmake * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
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"
|
|
]
|
|
}
|
|
}
|
|
}
|