guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: hdf5-1.8: Add missing comma to linker flag.


From: guix-commits
Subject: 08/13: gnu: hdf5-1.8: Add missing comma to linker flag.
Date: Mon, 1 Aug 2022 08:11:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e0de48f0e4a88a095bef9981df8dd3fd1f55b03e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Sun Jul 24 12:11:36 2022 +0000

    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>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 89f98ec2b6..0795222ca8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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 =")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]