mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
test gfortran 11
This commit is contained in:
parent
19da8ec628
commit
e6b80db09a
1 changed files with 7 additions and 1 deletions
|
@ -54,7 +54,13 @@
|
||||||
#:use-module (gnu packages fontutils)
|
#:use-module (gnu packages fontutils)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (gnu packages image))
|
#:use-module (gnu packages image))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public gfortran-11
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc-11 "gfortran" '("fortran")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
|
||||||
; (define-public gfortran-10
|
; (define-public gfortran-10
|
||||||
; (hidden-package
|
; (hidden-package
|
||||||
|
|
Loading…
Add table
Reference in a new issue