svn commit: r521769 - branches/2020Q1/science/rmf/files

Antoine Brodin antoine at FreeBSD.org
Wed Jan 1 20:24:03 UTC 2020


Author: antoine
Date: Wed Jan  1 20:24:02 2020
New Revision: 521769
URL: https://svnweb.freebsd.org/changeset/ports/521769

Log:
  MFH: r521744
  
  Fix build with hdf5 1.10.6

Added:
  branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp
     - copied unchanged from r521744, head/science/rmf/files/patch-src-hdf5_wrapper.cpp
Modified:
Directory Properties:
  branches/2020Q1/   (props changed)

Copied: branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp (from r521744, head/science/rmf/files/patch-src-hdf5_wrapper.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp	Wed Jan  1 20:24:02 2020	(r521769, copy of r521744, head/science/rmf/files/patch-src-hdf5_wrapper.cpp)
@@ -0,0 +1,11 @@
+--- src/hdf5_wrapper.cpp.orig	2019-10-16 16:05:15 UTC
++++ src/hdf5_wrapper.cpp
+@@ -138,7 +138,7 @@ hid_t get_parameters() {
+   RMF_HDF5_CALL(H5Pset_cache(plist, 0, 10000, 10000000, 0.0));
+ #if defined(H5_VERS_MAJOR) && H5_VERS_MAJOR >= 1 && H5_VERS_MINOR >= 8 && \
+     H5_VERS_RELEASE >= 6
+-  RMF_HDF5_CALL(H5Pset_libver_bounds(plist, H5F_LIBVER_18, H5F_LIBVER_LATEST));
++  RMF_HDF5_CALL(H5Pset_libver_bounds(plist, H5F_LIBVER_V18, H5F_LIBVER_LATEST));
+ #endif
+   return plist;
+ }


More information about the svn-ports-all mailing list