me
/
guix
Archived
1
0
Fork 0

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>
Paul A. Patience 2022-07-24 12:11:36 +00:00 committed by Ludovic Courtès
parent dee64d4776
commit e0de48f0e4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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