guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fd90bdecfec668d87b785d16293e6dee41579d8e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 18 23:34:32 2026 +0100
gnu: packages/math: Clean up whitespaces.
* gnu/packages/maths.scm: Clean up whitespaces in the file.
---
gnu/packages/maths.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index db392a040e8..00a55f540b9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5071,7 +5071,7 @@ arising after the discretization of partial differential
equations.")
((#:phases phases '%standard-phases)
`(modify-phases ,phases
(add-before 'check 'mpi-setup
- ,%openmpi-setup)))))
+ ,%openmpi-setup)))))
(inputs
`(("mpi" ,openmpi)
,@(alist-delete "arpack" (package-inputs slepc))))
@@ -5445,7 +5445,7 @@ sparse system of linear equations A x = b using Gaussian
elimination.")
((#:phases phases)
`(modify-phases ,phases
(add-before 'check 'mpi-setup
- ,%openmpi-setup)
+ ,%openmpi-setup)
(replace 'check
(lambda _
((assoc-ref ,phases 'check)
@@ -5625,8 +5625,8 @@ void mc64ad_dist (int *a, int *b, int *c, int *d, int *e,
double *f, int *g,
(substitute* "CMakeLists.txt"
;; AWPM headers require C++14
(("CMAKE_CXX_STANDARD 11") "CMAKE_CXX_STANDARD 14"))))
- (add-before 'check 'mpi-setup
- ,%openmpi-setup)
+ (add-before 'check 'mpi-setup
+ ,%openmpi-setup)
(add-before 'check 'omp-setup
(lambda _ (setenv "OMP_NUM_THREADS" "1") #t)))))
(home-page (package-home-page superlu))