summary refs log tree commit diff
path: root/pkgs/development/r-modules/patches
diff options
context:
space:
mode:
authorMarkus Ankenbrand <markus@ankenbrand.me>2018-07-02 17:00:16 +0200
committerMarkus Ankenbrand <markus@ankenbrand.me>2018-07-02 18:51:18 +0200
commit9eeea0b9efa5c0a07146494e7426278adad44ce7 (patch)
treeac73090a7d1eaa73baded1e9d5405157c4894b22 /pkgs/development/r-modules/patches
parenta444ed38702c706dd5c38d5412503f05eb021ae0 (diff)
downloadnixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar.gz
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar.bz2
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar.lz
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar.xz
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.tar.zst
nixpkgs-9eeea0b9efa5c0a07146494e7426278adad44ce7.zip
rPackages.rhdf5: fix installation
Fix #42878
Diffstat (limited to 'pkgs/development/r-modules/patches')
-rw-r--r--pkgs/development/r-modules/patches/rhdf5.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/r-modules/patches/rhdf5.patch b/pkgs/development/r-modules/patches/rhdf5.patch
new file mode 100644
index 00000000000..86ada84c722
--- /dev/null
+++ b/pkgs/development/r-modules/patches/rhdf5.patch
@@ -0,0 +1,12 @@
+diff --git a/configure b/configure
+index e3e21e8..3d947b6 100755
+--- a/configure
++++ b/configure
+@@ -2859,6 +2859,7 @@ fi;
+ 
+ echo "building the bundled hdf5 library...";
+ cd ${BASEPBNAME};
++sed -i 's#/bin/mv#mv#' configure
+ ./configure  --with-pic --enable-shared=no CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" CC="${CC}" CFLAGS="${CFLAGS}" F77="${F77}"
+ $MAKE lib
+ cd ../../