diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-06 22:52:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 13:52:01 -0700 |
| commit | 8534df4e72c7c003fdc26f67e014f27a834d7fb2 (patch) | |
| tree | 5fe8eeeff32413277a97ac6af7d8963f7b96b05e /versions | |
| parent | bd535075dcf7d596f85534c60035f5f760829ca6 (diff) | |
| download | vcpkg-8534df4e72c7c003fdc26f67e014f27a834d7fb2.tar.gz vcpkg-8534df4e72c7c003fdc26f67e014f27a834d7fb2.zip | |
[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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/hdf5.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 78826cc42..ec23f5178 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2446,7 +2446,7 @@ }, "hdf5": { "baseline": "1.12.0", - "port-version": 1 + "port-version": 2 }, "healpix": { "baseline": "1.12.10", diff --git a/versions/h-/hdf5.json b/versions/h-/hdf5.json index f09fdc202..2bbc3d737 100644 --- a/versions/h-/hdf5.json +++ b/versions/h-/hdf5.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6b0acb92d47724ab485e478e8f9e83067eea77be", + "version": "1.12.0", + "port-version": 2 + }, + { "git-tree": "702697dde6af133b36ea056ffb5d99f83d09a86d", "version-string": "1.12.0", "port-version": 1 |
