diff options
Diffstat (limited to 'vcpkg/ports/xtensor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xtensor/vcpkg.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/xtensor/vcpkg.json b/vcpkg/ports/xtensor/vcpkg.json new file mode 100644 index 0000000..61b1e1f --- /dev/null +++ b/vcpkg/ports/xtensor/vcpkg.json @@ -0,0 +1,33 @@ +{ + "name": "xtensor", + "version": "0.27.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" + ] + } + } +} |