mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
suite au commentaire de simon tournier, meilleure définition de gcc 10
This commit is contained in:
parent
124d1bba68
commit
acb3cc3001
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@
|
||||||
#:use-module (gnu packages image))
|
#:use-module (gnu packages image))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public gfortran-10
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc-10 "gfortran" '("fortran")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
(define-public gfortran-toolchain-10
|
||||||
|
(package (inherit (make-gcc-toolchain gfortran-10))))
|
||||||
|
|
||||||
(define-public glicid-pmix
|
(define-public glicid-pmix
|
||||||
(package
|
(package
|
||||||
(name "glicid-pmix-3.1.5")
|
(name "glicid-pmix-3.1.5")
|
||||||
|
|
Loading…
Add table
Reference in a new issue