mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Replace versioned gfortran inputs with just "gfortran".
* gnu/packages/julia.scm (julia)[inputs]: Replace "gfortran-4.8" with "gfortran". * gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Likewise. * gnu/packages/maths.scm (arpack-ng, lapack, petsc, superlu) (superlu-dist, openblas, openspecfun, atlas)[inputs]: Likewise. (octave)[native-inputs]: Likewise. (gmsh)[propagated-inputs]: Likewise. * gnu/packages/mpi.scm (openmpi)[inputs]: Likewise. * gnu/packages/python.scm (python-numpy-bootstrap)[native-inputs]: Likewise. * gnu/packages/python.scm (python-scipy)[native-inputs]: Likewise. * gnu/packages/statistics.scm (r)[inputs]: Replace "gfortran-4.9" with "gfortran".
This commit is contained in:
parent
eed67cbb8f
commit
19afbea136
6 changed files with 16 additions and 16 deletions
|
@ -171,7 +171,7 @@
|
||||||
("double-conversion" ,double-conversion)
|
("double-conversion" ,double-conversion)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("fftwf" ,fftwf)
|
("fftwf" ,fftwf)
|
||||||
("fortran" ,gfortran-4.8)
|
("fortran" ,gfortran)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("utf8proc" ,utf8proc)
|
("utf8proc" ,utf8proc)
|
||||||
("git" ,git)
|
("git" ,git)
|
||||||
|
|
|
@ -133,7 +133,7 @@ classification.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran-4.8)))
|
`(("gfortran" ,gfortran)))
|
||||||
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
|
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
|
||||||
(synopsis "Implementation of the Random Forests machine learning method")
|
(synopsis "Implementation of the Random Forests machine learning method")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -265,7 +265,7 @@ be output in text, PostScript, PDF or HTML.")
|
||||||
(home-page "https://github.com/opencollab/arpack-ng")
|
(home-page "https://github.com/opencollab/arpack-ng")
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)
|
`(("lapack" ,lapack)
|
||||||
("fortran" ,gfortran-4.8)))
|
("fortran" ,gfortran)))
|
||||||
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
||||||
(description
|
(description
|
||||||
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve
|
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve
|
||||||
|
@ -287,7 +287,7 @@ large scale eigenvalue problems.")
|
||||||
"0lk3f97i9imqascnlf6wr5mjpyxqcdj73pgj97dj2mgvyg9z1n4s"))))
|
"0lk3f97i9imqascnlf6wr5mjpyxqcdj73pgj97dj2mgvyg9z1n4s"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "http://www.netlib.org/lapack/")
|
(home-page "http://www.netlib.org/lapack/")
|
||||||
(inputs `(("fortran" ,gfortran-4.8)
|
(inputs `(("fortran" ,gfortran)
|
||||||
("python" ,python-2)))
|
("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
|
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
|
||||||
|
@ -400,7 +400,7 @@ extremely large and complex data collections.")
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran-4.8)
|
`(("gfortran" ,gfortran)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
;; The following inputs are not actually used in the build process.
|
;; The following inputs are not actually used in the build process.
|
||||||
|
@ -445,7 +445,7 @@ script files.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("fltk" ,fltk)
|
`(("fltk" ,fltk)
|
||||||
("gfortran" ,gfortran-4.8)
|
("gfortran" ,gfortran)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
("hdf5" ,hdf5)
|
("hdf5" ,hdf5)
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
|
@ -487,7 +487,7 @@ ASCII text files using Gmsh's own scripting language.")
|
||||||
`(("python" ,python-2)
|
`(("python" ,python-2)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gfortran" ,gfortran-4.8)
|
`(("gfortran" ,gfortran)
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
("superlu" ,superlu)
|
("superlu" ,superlu)
|
||||||
;; leaving out hdf5 and fftw, as petsc expects them to be built with mpi
|
;; leaving out hdf5 and fftw, as petsc expects them to be built with mpi
|
||||||
|
@ -615,7 +615,7 @@ scientific applications modeled by partial differential equations.")
|
||||||
`(("tcsh" ,tcsh)))
|
`(("tcsh" ,tcsh)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)
|
`(("lapack" ,lapack)
|
||||||
("gfortran" ,gfortran-4.8)))
|
("gfortran" ,gfortran)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f
|
`(#:parallel-build? #f
|
||||||
#:tests? #f ;tests are run as part of `make all`
|
#:tests? #f ;tests are run as part of `make all`
|
||||||
|
@ -697,7 +697,7 @@ also provides threshold-based ILU factorization preconditioners.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tcsh" ,tcsh)))
|
`(("tcsh" ,tcsh)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gfortran" ,gfortran-4.8)))
|
`(("gfortran" ,gfortran)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openmpi" ,openmpi) ;headers include MPI heades
|
`(("openmpi" ,openmpi) ;headers include MPI heades
|
||||||
("lapack" ,lapack) ;required to link with output library
|
("lapack" ,lapack) ;required to link with output library
|
||||||
|
@ -1103,7 +1103,7 @@ constant parts of it.")
|
||||||
;; no configure script
|
;; no configure script
|
||||||
#:phases (alist-delete 'configure %standard-phases)))
|
#:phases (alist-delete 'configure %standard-phases)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fortran" ,gfortran-4.8)))
|
`(("fortran" ,gfortran)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cunit" ,cunit)
|
`(("cunit" ,cunit)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
@ -1171,7 +1171,7 @@ environments.")
|
||||||
;; no configure script
|
;; no configure script
|
||||||
#:phases (alist-delete 'configure %standard-phases)))
|
#:phases (alist-delete 'configure %standard-phases)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fortran" ,gfortran-4.8)))
|
`(("fortran" ,gfortran)))
|
||||||
(home-page "https://github.com/JuliaLang/openspecfun")
|
(home-page "https://github.com/JuliaLang/openspecfun")
|
||||||
(synopsis "Collection of special mathematical functions")
|
(synopsis "Collection of special mathematical functions")
|
||||||
(description
|
(description
|
||||||
|
@ -1254,7 +1254,7 @@ packages.")
|
||||||
"0bqh4bdnjdyww4mcpg6kn0x7338mfqbdgysn97dzrwwb26di7ars"))))
|
"0bqh4bdnjdyww4mcpg6kn0x7338mfqbdgysn97dzrwwb26di7ars"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://math-atlas.sourceforge.net/")
|
(home-page "http://math-atlas.sourceforge.net/")
|
||||||
(inputs `(("gfortran" ,gfortran-4.8)
|
(inputs `(("gfortran" ,gfortran)
|
||||||
("lapack-tar" ,(package-source lapack))))
|
("lapack-tar" ,(package-source lapack))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
;; For the moment we drop support for MIPS at it fails to compile. See
|
;; For the moment we drop support for MIPS at it fails to compile. See
|
||||||
|
|
|
@ -97,7 +97,7 @@ bind processes, and much more.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("hwloc" ,hwloc)
|
`(("hwloc" ,hwloc)
|
||||||
("gfortran" ,gfortran-4.8)
|
("gfortran" ,gfortran)
|
||||||
("valgrind" ,valgrind)))
|
("valgrind" ,valgrind)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
|
@ -2275,7 +2275,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
("openblas" ,openblas)
|
("openblas" ,openblas)
|
||||||
("lapack" ,lapack)))
|
("lapack" ,lapack)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran-4.8)))
|
`(("gfortran" ,gfortran)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
|
@ -2620,7 +2620,7 @@ toolkits.")
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
("openblas" ,openblas)))
|
("openblas" ,openblas)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran-4.8)
|
`(("gfortran" ,gfortran)
|
||||||
("texlive" ,texlive)
|
("texlive" ,texlive)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
(inputs
|
(inputs
|
||||||
`(("atlas" ,atlas) ; --with-blas
|
`(("atlas" ,atlas) ; --with-blas
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
("gfortran" ,gfortran-4.9)
|
("gfortran" ,gfortran)
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
("icedtea6" ,icedtea6 "jdk")
|
("icedtea6" ,icedtea6 "jdk")
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
|
|
Loading…
Add table
Reference in a new issue