diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/highfive/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/highfive/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/highfive/vcpkg.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/vcpkg/ports/highfive/vcpkg.json b/vcpkg/ports/highfive/vcpkg.json new file mode 100644 index 0000000..e3d1962 --- /dev/null +++ b/vcpkg/ports/highfive/vcpkg.json @@ -0,0 +1,50 @@ +{ + "name": "highfive", + "version": "3.2.0", + "description": "HighFive is a modern, user-friendly, header-only, C++14 interface for libhdf5.", + "homepage": "https://github.com/highfive-devs/highfive", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "hdf5", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "boost": { + "description": "Enable testing Boost features", + "dependencies": [ + "boost-multi-array", + "boost-serialization", + "boost-system", + "boost-ublas" + ] + }, + "eigen3": { + "description": "Enable testing Eigen", + "dependencies": [ + "eigen3" + ] + }, + "opencv": { + "description": "Enable testing OpenCV", + "dependencies": [ + "opencv" + ] + }, + "xtensor": { + "description": "Enable testing xtensor", + "dependencies": [ + "xtensor" + ] + } + } +} |