mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
bump fftw version
This commit is contained in:
parent
cb93a73a66
commit
4e0db4ebc9
1 changed files with 12 additions and 18 deletions
|
@ -3,6 +3,8 @@
|
|||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages commencement)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module (guix download)
|
||||
)
|
||||
|
||||
;;;;;;;;
|
||||
|
@ -12,23 +14,14 @@
|
|||
(package
|
||||
(inherit fftw-openmpi)
|
||||
(name "fftw-openmpi-with-fortran")
|
||||
(arguments
|
||||
|
||||
(substitute-keyword-arguments (package-arguments fftw)
|
||||
((#: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
|
||||
; )
|
||||
; )
|
||||
; )
|
||||
|
||||
(version "3.3.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.fftw.org/fftw-"
|
||||
version".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rv4w90b65b2kvjpj8g9bdkl4xqc42q20f5bzpxdrkajk1a35jan"))))
|
||||
|
||||
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
||||
,@(package-inputs fftw-openmpi)))
|
||||
|
@ -36,4 +29,5 @@
|
|||
)
|
||||
)
|
||||
|
||||
;;; glicid/maths.scm ends here
|
||||
|
||||
;;; glicid/algebra.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue