vcpkg/ports/highfive/vcpkg.json
JonLiu1993 5420dab932
[highfive] Add eigen3 feature option (#21897)
* [highfive] Add eigen3 feature option

* update version

* update version

* dd double quotes to the paths

* update version

* apply review suggestion

* update version

* update review suggesstion

* update version

* update patches

* update version

* update patches

* update version
2021-12-10 14:06:16 -08:00

55 lines
1.1 KiB
JSON

{
"name": "highfive",
"version": "2.3",
"port-version": 1,
"description": "HighFive is a modern header-only C++/C++11 friendly interface for libhdf5",
"homepage": "https://github.com/BlueBrain/HighFive",
"license": "BSL-1.0",
"dependencies": [
"hdf5",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": "Enables Boost support",
"dependencies": [
"boost-multi-array",
"boost-serialization",
"boost-system",
"boost-ublas"
]
},
"eigen3": {
"description": "Enable Eigen testing",
"dependencies": [
"eigen3"
]
},
"tests": {
"description": "Build unit tests",
"dependencies": [
"boost-test",
{
"name": "highfive",
"features": [
"boost"
]
}
]
},
"xtensor": {
"description": "Enable xtensor testing",
"dependencies": [
"xtensor"
]
}
}
}