gnu: r-rhdf5lib: Fix build.
* gnu/packages/bioconductor.scm (r-rhdf5lib)[arguments]: Fix build.master
parent
79cb6af375
commit
c5ae5c1c40
|
@ -8660,6 +8660,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")
|
||||
|
|
Reference in New Issue