mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
test de definitions de gfortran
This commit is contained in:
parent
46879d0de0
commit
42e26c47a7
1 changed files with 9 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages commencement)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (gnu packages web))
|
||||
|
||||
|
||||
|
@ -237,11 +238,17 @@ as the 'native-search-paths' field."
|
|||
#t))))))))
|
||||
|
||||
|
||||
(define-public glicid-gfortran-9
|
||||
(package
|
||||
(define-public gfortran-9
|
||||
(hidden-package
|
||||
(custom-gcc gcc-9 "gfortran" '("fortran")
|
||||
%generic-search-paths)))
|
||||
|
||||
(define-public gfortran-10
|
||||
(hidden-package
|
||||
(custom-gcc gcc-10 "gfortran" '("fortran")
|
||||
%generic-search-paths)))
|
||||
|
||||
(define-public glicid-gfortran-9 gfortran-9)
|
||||
(define-public glicid-gfortran-10 gfortran-10)
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue