mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
dee64d4776
commit
e0de48f0e4
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ (define-public hdf5-1.8
|
||||||
(("/bin/mv") "mv"))
|
(("/bin/mv") "mv"))
|
||||||
(substitute* "fortran/src/Makefile.in"
|
(substitute* "fortran/src/Makefile.in"
|
||||||
(("libhdf5_fortran_la_LDFLAGS =")
|
(("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")))
|
(assoc-ref outputs "fortran") "/lib")))
|
||||||
(substitute* "hl/fortran/src/Makefile.in"
|
(substitute* "hl/fortran/src/Makefile.in"
|
||||||
(("libhdf5hl_fortran_la_LDFLAGS =")
|
(("libhdf5hl_fortran_la_LDFLAGS =")
|
||||||
|
|
Loading…
Reference in a new issue