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 (guix utils)
|
||||||
#:use-module (gnu packages algebra)
|
#:use-module (gnu packages algebra)
|
||||||
#:use-module (gnu packages commencement)
|
#:use-module (gnu packages commencement)
|
||||||
|
#:use-module (gnu packages mpi)
|
||||||
|
#:use-module (guix download)
|
||||||
)
|
)
|
||||||
|
|
||||||
;;;;;;;;
|
;;;;;;;;
|
||||||
|
@ -12,23 +14,14 @@
|
||||||
(package
|
(package
|
||||||
(inherit fftw-openmpi)
|
(inherit fftw-openmpi)
|
||||||
(name "fftw-openmpi-with-fortran")
|
(name "fftw-openmpi-with-fortran")
|
||||||
(arguments
|
(version "3.3.10")
|
||||||
|
(source (origin
|
||||||
(substitute-keyword-arguments (package-arguments fftw)
|
(method url-fetch)
|
||||||
((#:configure-flags cf)
|
(uri (string-append "https://www.fftw.org/fftw-"
|
||||||
`(cons "--enable-mpi --enable-threads --enable-openmp" ,cf))
|
version".tar.gz"))
|
||||||
((#:phases phases '%standard-phases)
|
(sha256
|
||||||
`(modify-phases ,phases
|
(base32
|
||||||
(add-before 'check 'mpi-setup
|
"0rv4w90b65b2kvjpj8g9bdkl4xqc42q20f5bzpxdrkajk1a35jan"))))
|
||||||
,%openmpi-setup)))))
|
|
||||||
|
|
||||||
; `(#:phases
|
|
||||||
; (modify-phases %standard-phases
|
|
||||||
; (delete 'check) ; no check
|
|
||||||
; )
|
|
||||||
; )
|
|
||||||
; )
|
|
||||||
|
|
||||||
|
|
||||||
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
(inputs `(("gfortran-toolchain", gfortran-toolchain )
|
||||||
,@(package-inputs fftw-openmpi)))
|
,@(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