early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

54
externals/vcpkg/ports/highfive/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,54 @@
{
"name": "highfive",
"version": "2.3",
"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": [
"boost-test",
{
"name": "highfive",
"features": [
"boost"
]
}
]
},
"xtensor": {
"description": "Enable xtensor testing",
"dependencies": [
"xtensor"
]
}
}
}