Index: branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp =================================================================== --- branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp (nonexistent) +++ branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp (revision 521769) @@ -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; + } Property changes on: branches/2020Q1/science/rmf/files/patch-src-hdf5_wrapper.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 521768) +++ branches/2020Q1 (revision 521769) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r521744