unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56735] [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.
@ 2022-07-24 12:11 Paul A. Patience
  2022-08-01  9:35 ` bug#56735: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-07-24 12:11 UTC (permalink / raw)
  To: 56735; +Cc: Paul A. Patience

* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing
comma to linker flag.
---
 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 93f21b4d80..458bffee61 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1325,7 +1325,7 @@ (define-public hdf5-1.8
                (("/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 =")
--
2.37.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56735: [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.
  2022-07-24 12:11 [bug#56735] [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag Paul A. Patience
@ 2022-08-01  9:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-01  9:35 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 56735-done

Hi,

"Paul A. Patience" <paul@apatience.com> skribis:

> * gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing
> comma to linker flag.

Ouch, good catch.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-01  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 12:11 [bug#56735] [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag Paul A. Patience
2022-08-01  9:35 ` bug#56735: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).