me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5lib: Fix build.

* gnu/packages/bioconductor.scm (r-rhdf5lib)[arguments]: Fix build.
master
Roel Janssen 2020-11-19 15:31:09 +01:00 committed by Ricardo Wurmus
parent 79cb6af375
commit c5ae5c1c40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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")