Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 20:24:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r521769 - branches/2020Q1/science/rmf/files
Message-ID:  <202001012024.001KO29b067554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001012024.001KO29b067554>