aboutsummaryrefslogtreecommitdiff
path: root/ports/hdf5/szip.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-06-23 21:58:50 +0200
committerGitHub <noreply@github.com>2020-06-23 12:58:50 -0700
commit23eadeaedcff93c3d8bfed4835990a9effc098d5 (patch)
tree87110bb3cac2b3a8462ef89f5aed7b791e403a6f /ports/hdf5/szip.patch
parent6f33316686fc8f2cf4eddbe44b9515836c94f6aa (diff)
downloadvcpkg-23eadeaedcff93c3d8bfed4835990a9effc098d5.tar.gz
vcpkg-23eadeaedcff93c3d8bfed4835990a9effc098d5.zip
[hdf5] Update HDF5 to 1.12 (#11747)
* [hdf5] Update HDF5 to 1.12 and use github live-clones instead of binary download * [hdf5] bump control * [hdf5] fix szip and typo about linkage * [hdf5] add missing package namespace.... they somehow missed to set it? * [hdf5] retry without " * [field3d] fix regression and update. Remove windows as unsupported since the cmakelists tries to support windows * fix typo * remove ws Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * linebreak first patch Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * ws change Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [field3d] update copying installation * [hdf5] use official github repo * clean baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/hdf5/szip.patch')
-rw-r--r--ports/hdf5/szip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/hdf5/szip.patch b/ports/hdf5/szip.patch
new file mode 100644
index 000000000..df0618098
--- /dev/null
+++ b/ports/hdf5/szip.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
+index 5a8956456..997bb8e81 100644
+--- a/CMakeFilters.cmake
++++ b/CMakeFilters.cmake
+@@ -100,7 +100,7 @@ option (HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" OFF)
+ if (HDF5_ENABLE_SZIP_SUPPORT)
+ option (HDF5_ENABLE_SZIP_ENCODING "Use SZip Encoding" OFF)
+ if (NOT SZIP_USE_EXTERNAL)
+- find_package (SZIP NAMES ${SZIP_PACKAGE_NAME}${HDF_PACKAGE_EXT} COMPONENTS static shared)
++ find_package (SZIP NAMES ${SZIP_PACKAGE_NAME}${HDF_PACKAGE_EXT})
+ if (NOT SZIP_FOUND)
+ find_package (SZIP) # Legacy find
+ if (SZIP_FOUND)