guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: openmpi: Remove trailing #t.


From: guix-commits
Subject: 08/08: gnu: openmpi: Remove trailing #t.
Date: Mon, 11 Apr 2022 09:51:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 88d0b086a98638f23982addc68ca1142a056bd6e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 11 15:48:48 2022 +0200

    gnu: openmpi: Remove trailing #t.
    
    * gnu/packages/mpi.scm (openmpi)[arguments]: Remove trailing #t.
---
 gnu/packages/mpi.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 8b36ad464c..b98b713b9c 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -271,20 +271,17 @@ bind processes, and much more.")
                       (substitute*
                           
'("./ompi/mca/io/romio321/src/io_romio321_component.c")
                         (("MCA_io_romio321_COMPLETE_CONFIGURE_FLAGS")
-                         "\"[elided to reduce closure]\""))
-                      #t))
+                         "\"[elided to reduce closure]\""))))
                   (add-before 'build 'scrub-timestamps ;reproducibility
                     (lambda _
                       (substitute* '("ompi/tools/ompi_info/param.c"
                                      "orte/tools/orte-info/param.c"
                                      "oshmem/tools/oshmem_info/param.c")
-                        ((".*(Built|Configured) on.*") ""))
-                      #t))
+                        ((".*(Built|Configured) on.*") ""))))
                   (add-after 'install 'remove-logs ;reproducibility
                     (lambda* (#:key outputs #:allow-other-keys)
                       (let ((out (assoc-ref outputs "out")))
-                        (for-each delete-file (find-files out "config.log"))
-                        #t))))))
+                        (for-each delete-file (find-files out 
"config.log"))))))))
     (home-page "https://www.open-mpi.org";)
     (synopsis "MPI-3 implementation")
     (description



reply via email to

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