mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:19:01 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"name": "hdf5",
|
|
"version": "1.12.1",
|
|
"port-version": 4,
|
|
"description": "HDF5 is a data model, library, and file format for storing and managing data",
|
|
"homepage": "https://www.hdfgroup.org/downloads/hdf5/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"szip",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds cpp lib"
|
|
},
|
|
"fortran": {
|
|
"description": "Build with fortran"
|
|
},
|
|
"parallel": {
|
|
"description": "parallel support for HDF5",
|
|
"dependencies": [
|
|
"mpi"
|
|
]
|
|
},
|
|
"szip": {
|
|
"description": "Build with szip",
|
|
"dependencies": [
|
|
"szip"
|
|
]
|
|
},
|
|
"threadsafe": {
|
|
"description": "thread safety for HDF5",
|
|
"dependencies": [
|
|
"pthreads"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build hdf tools"
|
|
},
|
|
"utils": {
|
|
"description": "Build HDF5 Utils"
|
|
},
|
|
"zlib": {
|
|
"description": "Build with zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|