mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 08:35:58 +02:00
gnu: hdf5-1.8: Add missing comma to linker flag.
* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing comma to linker flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
dee64d4776
commit
e0de48f0e4
@@ -1324,7 +1324,7 @@ incompatible with HDF5.")
|
||||
(("/bin/mv") "mv"))
|
||||
(substitute* "fortran/src/Makefile.in"
|
||||
(("libhdf5_fortran_la_LDFLAGS =")
|
||||
(string-append "libhdf5_fortran_la_LDFLAGS = -Wl-rpath="
|
||||
(string-append "libhdf5_fortran_la_LDFLAGS = -Wl,-rpath="
|
||||
(assoc-ref outputs "fortran") "/lib")))
|
||||
(substitute* "hl/fortran/src/Makefile.in"
|
||||
(("libhdf5hl_fortran_la_LDFLAGS =")
|
||||
|
||||
Reference in New Issue
Block a user