about summary refs log tree commit diff
path: root/pkgs/development/r-modules/patches
diff options
context:
space:
mode:
authorIvan Tkatchev <tkatchev@gmail.com>2021-06-03 22:29:59 +0300
committerIvan Tkatchev <tkatchev@gmail.com>2021-06-03 22:29:59 +0300
commit634ac0e5657f389be308095a1c2d6745fe8c8fcf (patch)
treeee60acc716ccce573c8fcb17c4024b4dfe76fa0e /pkgs/development/r-modules/patches
parent4241512688bd75a5f0755fb38d22c3003754b5f7 (diff)
rhdf5: fix build (#125101)
Diffstat (limited to 'pkgs/development/r-modules/patches')
-rw-r--r--pkgs/development/r-modules/patches/Rhdf5lib.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/r-modules/patches/Rhdf5lib.patch b/pkgs/development/r-modules/patches/Rhdf5lib.patch
index dcd9b61798bd1..b5233df4452be 100644
--- a/pkgs/development/r-modules/patches/Rhdf5lib.patch
+++ b/pkgs/development/r-modules/patches/Rhdf5lib.patch
@@ -2,11 +2,11 @@ diff --git a/configure b/configure
 index e2d292e..b13c0db 100755
 --- a/configure
 +++ b/configure
-@@ -2880,6 +2880,7 @@ $MAKE
+@@ -3874,6 +3874,7 @@
+ 
  echo "building the hdf5 library...";
  cd ../;
- ## we add the '-w' flag to suppress all the warnings hdf5 prints
 +sed -i 's#/bin/mv#mv#' configure
- ./configure --with-pic --enable-shared=no --enable-cxx \
-     --with-szlib \
-     CXX="${CXX}" CXFLAGS="${CXXFLAGS} -w" \
+ ./configure --with-pic --enable-shared=no --enable-cxx --enable-hl \
+     --with-szlib=${SZIP_HOME} --with-zlib=${ZLIB_HOME} \
+     ${WITH_S3_VFD} \