mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -1,20 +1,17 @@
|
|||
(define-module (glicid packages algebra)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages commencement))
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages commencement))
|
||||
|
||||
(define-public fftw-openmpi-with-fortran
|
||||
(package
|
||||
(inherit fftw-openmpi)
|
||||
(name "fftw-openmpi-with-fortran")
|
||||
(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)))))
|
||||
(package
|
||||
(inherit fftw-openmpi)
|
||||
(name "fftw-openmpi-with-fortran")
|
||||
(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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue