Browse Source
gnu: dealii-openmpi: Setup MPI for tests.
* gnu/packages/maths.scm (dealii-openmpi)[arguments]: Add 'mpi-setup' phase.
snapper
Eric Bavier
3 years ago
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with
5 additions and
1 deletions
-
gnu/packages/maths.scm
|
|
@ -3494,7 +3494,11 @@ in finite element programs.") |
|
|
|
``("-DMPI_C_COMPILER=mpicc" |
|
|
|
"-DMPI_CXX_COMPILER=mpicxx" |
|
|
|
"-DMPI_Fortran_COMPILER=mpifort" |
|
|
|
,@,cf)))) |
|
|
|
,@,cf)) |
|
|
|
((#:phases phases '%standard-phases) |
|
|
|
`(modify-phases ,phases |
|
|
|
(add-before 'check 'mpi-setup |
|
|
|
,%openmpi-setup))))) |
|
|
|
(synopsis "Finite element library (with MPI support)"))) |
|
|
|
|
|
|
|
(define-public flann |
|
|
|