mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
9b7a4db424
* fix sha * update highfive version
49 lines
982 B
JSON
49 lines
982 B
JSON
{
|
|
"name": "highfive",
|
|
"version": "2.6.2",
|
|
"port-version": 2,
|
|
"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": [
|
|
"catch2"
|
|
]
|
|
},
|
|
"xtensor": {
|
|
"description": "Enable xtensor testing",
|
|
"dependencies": [
|
|
"xtensor"
|
|
]
|
|
}
|
|
}
|
|
}
|