gnu: openpmix: Fix indentation.

* gnu/packages/parallel.scm (openpmix): Fix indentation.

Change-Id: I05751408847343ac593e666afc5f1efbbef94a79
This commit is contained in:
Maxim Cournoyer 2024-11-27 11:42:51 +09:00
parent d818d073df
commit de94238b3a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -708,7 +708,8 @@ (define-public openpmix
"1j9xlhqrrmgjdkwakamn78y5gj756adi53hn25zksgr3is3l5d09"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
(list
#:configure-flags
#~(list (string-append "--with-hwloc="
(ungexp (this-package-input "hwloc") "lib"))
"--enable-python-bindings") ;disabled by default
@ -726,10 +727,9 @@ (define-public openpmix
(string-append "-Wl,-rpath=" #$output "/lib"))))
(add-before 'configure 'strip-pmix-cc-absolute
(lambda _
;; The 'pmix_info' program prints the 'configure' command
;; line, compiler absolute file name, etc., which causes it
;; to keep references to many build-time packages. Scrub
;; these.
;; The 'pmix_info' program prints the 'configure' command line,
;; compiler absolute file name, etc., which causes it to keep
;; references to many build-time packages. Scrub these.
(substitute* "configure"
(("PMIX_CC_ABSOLUTE=\"(.*)\"" _ cc)
(string-append "PMIX_CC_ABSOLUTE=\"$(basename \""