mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: elemental: Fix indentation.
* gnu/packages/maths.scm (elemental): Fix indentation of the package definition.
This commit is contained in:
parent
ad6c6a5be5
commit
3b42e2be92
1 changed files with 3 additions and 3 deletions
|
@ -4104,8 +4104,8 @@ (define-public elemental
|
||||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||||
"-DGFORTRAN_LIB=gfortran")
|
"-DGFORTRAN_LIB=gfortran")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'mpi-setup
|
(add-before 'check 'mpi-setup
|
||||||
,%openmpi-setup)
|
,%openmpi-setup)
|
||||||
(add-before 'check 'setup-tests
|
(add-before 'check 'setup-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Parallelism is done at the MPI layer.
|
;; Parallelism is done at the MPI layer.
|
||||||
|
@ -4116,7 +4116,7 @@ (define-public elemental
|
||||||
;; Tests are installed, with no easy configuration
|
;; Tests are installed, with no easy configuration
|
||||||
;; switch to prevent this, so delete them.
|
;; switch to prevent this, so delete them.
|
||||||
(delete-file-recursively
|
(delete-file-recursively
|
||||||
(string-append (assoc-ref outputs "out") "/bin"))
|
(string-append (assoc-ref outputs "out") "/bin"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Dense and sparse-direct linear algebra and optimization")
|
(synopsis "Dense and sparse-direct linear algebra and optimization")
|
||||||
(description "Elemental is a modern C++ library for distributed-memory
|
(description "Elemental is a modern C++ library for distributed-memory
|
||||||
|
|
Loading…
Reference in a new issue