2021-06-10 06:26:03 +08:00
|
|
|
{
|
|
|
|
"name": "highfive",
|
2024-01-27 01:43:12 +08:00
|
|
|
"version": "2.9.0",
|
2021-06-10 06:26:03 +08:00
|
|
|
"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": [
|
2023-10-04 11:38:06 +08:00
|
|
|
{
|
|
|
|
"name": "hdf5",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-06-10 06:26:03 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"boost": {
|
|
|
|
"description": "Enables Boost support",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-multi-array",
|
|
|
|
"boost-serialization",
|
2021-12-11 06:06:16 +08:00
|
|
|
"boost-system",
|
2021-06-10 06:26:03 +08:00
|
|
|
"boost-ublas"
|
|
|
|
]
|
|
|
|
},
|
2021-12-11 06:06:16 +08:00
|
|
|
"eigen3": {
|
|
|
|
"description": "Enable Eigen testing",
|
|
|
|
"dependencies": [
|
|
|
|
"eigen3"
|
|
|
|
]
|
|
|
|
},
|
2021-06-10 06:26:03 +08:00
|
|
|
"tests": {
|
|
|
|
"description": "Build unit tests",
|
|
|
|
"dependencies": [
|
2022-12-21 01:16:35 +08:00
|
|
|
"catch2"
|
2021-06-10 06:26:03 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"xtensor": {
|
|
|
|
"description": "Enable xtensor testing",
|
|
|
|
"dependencies": [
|
|
|
|
"xtensor"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|