aboutsummaryrefslogtreecommitdiff
path: root/ports/hdf5/export-private.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/export-private.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/export-private.patch')
-rw-r--r--ports/hdf5/export-private.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/hdf5/export-private.patch b/ports/hdf5/export-private.patch
deleted file mode 100644
index 9dd877846..000000000
--- a/ports/hdf5/export-private.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/hdf5-1.10.5/hl/src/H5LDprivate.h b/hdf5-1.10.5/hl/src/H5LDprivate.h
-index b52928b53..5f02ea781 100644
---- a/hdf5-1.10.5/hl/src/H5LDprivate.h
-+++ b/hdf5-1.10.5/hl/src/H5LDprivate.h
-@@ -40,8 +40,8 @@ typedef struct H5LD_memb_t {
- * #2: these two routines are too specific to be made as public routines
- * Decide to do #3 at this point of time after some discussion.
- */
--void H5LD_clean_vector(H5LD_memb_t *listv[]);
--int H5LD_construct_vector(char *fields, H5LD_memb_t *listv[], hid_t par_tid);
-+H5_HLDLL void H5LD_clean_vector(H5LD_memb_t *listv[]);
-+H5_HLDLL int H5LD_construct_vector(char *fields, H5LD_memb_t *listv[], hid_t par_tid);
-
- #endif /* end _H5LDprivate_H */
-