This is an automated email from the git hooks/post-receive script.
roelj pushed a commit to branch wip-r
in repository guix.
The following commit(s) were added to refs/heads/wip-r by this push:
new ea92cec gnu: Fix build for r-rhdf5lib.
ea92cec is described below
commit ea92cec586893748b6de32b930117c598225c38c
Author: Roel Janssen <[email protected]>
AuthorDate: Thu Nov 19 15:31:09 2020 +0100
gnu: Fix build for r-rhdf5lib.
* gnu/packages/bioconductor.scm (r-rhdf5lib): Fix build.
---
gnu/packages/bioconductor.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fbb01b9..5e25151 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8681,6 +8681,8 @@ block processing.")
;; Remove unnecessary store reference.
(("C Compiler:.*")
"C Compiler: GCC\n"))
+ (rename-file "hdf5/src/libhdf5.settings.in"
+ "hdf5/src/libhdf5.settings")
(rename-file "Makevars.in" "Makevars")
(substitute* "Makevars"
(("@ZLIB_LIB@") "-lz")