mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
8534df4e72
* [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>
48 lines
961 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|