mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
test
This commit is contained in:
parent
11625347a1
commit
be0a4fb2b5
1 changed files with 26 additions and 0 deletions
|
@ -106,6 +106,32 @@ as the 'native-search-paths' field."
|
|||
|
||||
|
||||
|
||||
;;;; CUSTOM CCIPL
|
||||
|
||||
(define-public gfortran-toolchain-10
|
||||
(package (inherit (make-gcc-toolchain gfortran-10))
|
||||
(synopsis "Complete GCC tool chain for fortean lang development")
|
||||
(description "This package provides a complete GCC tool chain for
|
||||
fortran lang development to be installed in user profiles. This includes
|
||||
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||
in the @code{debug} output), and binutils.")))
|
||||
|
||||
|
||||
;;;; CUSTOM CCIPL
|
||||
|
||||
(define-public gfortran-toolchain-11
|
||||
(package (inherit (make-gcc-toolchain gfortran-11))
|
||||
(synopsis "Complete GCC tool chain for fortean lang development")
|
||||
(description "This package provides a complete GCC tool chain for
|
||||
fortran lang development to be installed in user profiles. This includes
|
||||
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||
in the @code{debug} output), and binutils.")))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(define-public gfortran-11
|
||||
(hidden-package
|
||||
(custom-gcc gcc-11 "gfortran" '("fortran")
|
||||
|
|
Loading…
Add table
Reference in a new issue