rPackages.rhdf5: fix installation

Fix #43285
This commit is contained in:
Markus Ankenbrand
2018-07-10 16:38:11 +02:00
parent 2698bb461f
commit 89f44c1314
3 changed files with 15 additions and 14 deletions
@@ -0,0 +1,12 @@
diff --git a/configure b/configure
index e2d292e..b13c0db 100755
--- a/configure
+++ b/configure
@@ -2880,6 +2880,7 @@ $MAKE
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" \