mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-rhdf5lib: Fix build.
* gnu/packages/bioconductor.scm (r-rhdf5lib)[arguments]: Fix build.
This commit is contained in:
parent
79cb6af375
commit
c5ae5c1c40
1 changed files with 2 additions and 0 deletions
|
@ -8660,6 +8660,8 @@ (define-public r-rhdf5lib
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue