mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
fftw with openmpi and fortran
This commit is contained in:
parent
51a4636347
commit
387470810a
1 changed files with 20 additions and 0 deletions
20
glicid/packages/algebra.scm
Normal file
20
glicid/packages/algebra.scm
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
(define-module (glicid packages algebra)
|
||||||
|
#:use-module (guix packages)
|
||||||
|
#:use-module (guix utils)
|
||||||
|
#:use-module (gnu packages algebra)
|
||||||
|
)
|
||||||
|
|
||||||
|
;;;;;;;;
|
||||||
|
|
||||||
|
(define-public fftw-openmpi-with-fortran
|
||||||
|
|
||||||
|
(package
|
||||||
|
(inherit fftw-openmpi)
|
||||||
|
(name "fftw-openmpi-with-fortran")
|
||||||
|
(inputs `(("gfortran", gfortran )
|
||||||
|
,@(package-inputs fftw-openmpi)))
|
||||||
|
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
;;; glicid/maths.scm ends here
|
Loading…
Add table
Add a link
Reference in a new issue