vcpkg/ports/hdf5/vcpkg.json
Alexander Neumann 8534df4e72
[hdf5] fix pc files (#17598)
* [libctl] add new port

* [meep] add new port

* [meep|libctl] support only linux for now

* [meep] add msys2 win32 handling

* fix autoconfig missing flags in configure_make

* [meep] move to autoconfig also on linux

* [libct] enable autoconfig; [meep] disabled fixup pkgconfig files, routines is not able to fully clean up include paths from libraries

* [hdf5] trying to fix pkgconfig files

* [CI] add guile to linux image when provisioned

* [msys2] add libguile dependency for libctl

* [libctl] working on the windows port

* add missing msys2 packages

* add osx support

* add guile on osx VMSS provisioning file

* prepend msys2 to path

* apply format.diff from PR automated test

* revert skript changes

* more hdf5 stuff

* remove meep and libctl

* more pc fixes for hdf5

* version stuff

* reset doc changes

* reset x264 changes

* fix version stuff

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2021-05-06 13:52:01 -07:00

48 lines
961 B
JSON

{
"name": "hdf5",
"version": "1.12.0",
"port-version": 2,
"description": "HDF5 is a data model, library, and file format for storing and managing data",
"homepage": "https://www.hdfgroup.org/downloads/hdf5/",
"supports": "!uwp",
"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"
},
"zlib": {
"description": "Build with zlib",
"dependencies": [
"zlib"
]
}
}
}