early-access version 2853
This commit is contained in:
33
externals/vcpkg/ports/xtensor/vcpkg.json
vendored
Executable file
33
externals/vcpkg/ports/xtensor/vcpkg.json
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "xtensor",
|
||||
"version": "0.24.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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user