mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
tests
This commit is contained in:
parent
be0a4fb2b5
commit
8a6c734ca1
1 changed files with 12 additions and 16 deletions
|
@ -104,6 +104,17 @@ as the 'native-search-paths' field."
|
||||||
(variable "LIBRARY_PATH")
|
(variable "LIBRARY_PATH")
|
||||||
(files '("lib" "lib64")))))
|
(files '("lib" "lib64")))))
|
||||||
|
|
||||||
|
(define-public gfortran-11
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc-11 "gfortran" '("fortran")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public gfortran-10
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc-10 "gfortran" '("fortran")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;;; CUSTOM CCIPL
|
;;;; CUSTOM CCIPL
|
||||||
|
@ -128,24 +139,9 @@ fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||||
in the @code{debug} output), and binutils.")))
|
in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
|
|
||||||
|
;;;;;;;;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public gfortran-11
|
|
||||||
(hidden-package
|
|
||||||
(custom-gcc gcc-11 "gfortran" '("fortran")
|
|
||||||
%generic-search-paths)))
|
|
||||||
|
|
||||||
|
|
||||||
(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