mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
delete checks
This commit is contained in:
parent
1f12d6e2d0
commit
2bc4f6031a
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@
|
|||
(package
|
||||
(inherit fftw-openmpi)
|
||||
(name "fftw-openmpi-with-fortran")
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'check) ; no check
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
||||
,@(package-inputs fftw-openmpi)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue