guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: elemental: Fix indentation.


From: guix-commits
Subject: 07/09: gnu: elemental: Fix indentation.
Date: Mon, 17 Dec 2018 05:41:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3b42e2be921062fcc9f76e508e1284b9280c6809
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 16 23:19:34 2018 +0200

    gnu: elemental: Fix indentation.
    
    * gnu/packages/maths.scm (elemental): Fix indentation of the package
    definition.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9a5009c..2e9472e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4104,8 +4104,8 @@ exclusion algorithms are typical examples of such 
systems.")
                            "-DCMAKE_INSTALL_LIBDIR=lib"
                            "-DGFORTRAN_LIB=gfortran")
        #:phases (modify-phases %standard-phases
-                 (add-before 'check 'mpi-setup
-                   ,%openmpi-setup)
+                  (add-before 'check 'mpi-setup
+                    ,%openmpi-setup)
                   (add-before 'check 'setup-tests
                     (lambda _
                       ;; Parallelism is done at the MPI layer.
@@ -4116,7 +4116,7 @@ exclusion algorithms are typical examples of such 
systems.")
                       ;; Tests are installed, with no easy configuration
                       ;; switch to prevent this, so delete them.
                       (delete-file-recursively
-                       (string-append (assoc-ref outputs "out") "/bin"))
+                        (string-append (assoc-ref outputs "out") "/bin"))
                       #t)))))
     (synopsis "Dense and sparse-direct linear algebra and optimization")
     (description "Elemental is a modern C++ library for distributed-memory



reply via email to

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