mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
change arguments
This commit is contained in:
parent
2bc4f6031a
commit
cb93a73a66
1 changed files with 15 additions and 6 deletions
|
@ -13,12 +13,21 @@
|
||||||
(inherit fftw-openmpi)
|
(inherit fftw-openmpi)
|
||||||
(name "fftw-openmpi-with-fortran")
|
(name "fftw-openmpi-with-fortran")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
(substitute-keyword-arguments (package-arguments fftw)
|
||||||
(delete 'check) ; no check
|
((#:configure-flags cf)
|
||||||
)
|
`(cons "--enable-mpi --enable-threads --enable-openmp" ,cf))
|
||||||
)
|
((#:phases phases '%standard-phases)
|
||||||
)
|
`(modify-phases ,phases
|
||||||
|
(add-before 'check 'mpi-setup
|
||||||
|
,%openmpi-setup)))))
|
||||||
|
|
||||||
|
; `(#:phases
|
||||||
|
; (modify-phases %standard-phases
|
||||||
|
; (delete 'check) ; no check
|
||||||
|
; )
|
||||||
|
; )
|
||||||
|
; )
|
||||||
|
|
||||||
|
|
||||||
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
||||||
|
|
Loading…
Add table
Reference in a new issue