mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
WIP
This commit is contained in:
parent
e3aa03bc60
commit
a7dfc71ae1
1 changed files with 2 additions and 22 deletions
|
@ -184,26 +184,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
;;(define-public glicid-fortan-toolchain-8
|
||||
;; (make-gcc-toolchain gfortran))
|
||||
|
||||
;;(define-public glicid-fortran-toolchain-9
|
||||
;; (make-gcc-toolchain gfortan))
|
||||
|
||||
|
||||
(define %generic-search-paths
|
||||
;; This is the language-neutral search path for GCC. Entries in $CPATH are
|
||||
;; not considered "system headers", which means GCC can raise warnings for
|
||||
;; issues in those headers. 'CPATH' is the only one that works for
|
||||
;; front-ends not in the C family.
|
||||
(list (search-path-specification
|
||||
(variable "CPATH")
|
||||
(files '("include")))
|
||||
(search-path-specification
|
||||
(variable "LIBRARY_PATH")
|
||||
(files '("lib" "lib64")))))
|
||||
|
||||
|
||||
|
||||
(define* (custom-gcc gcc name languages
|
||||
#:optional
|
||||
|
@ -248,8 +228,8 @@ as the 'native-search-paths' field."
|
|||
(custom-gcc gcc-10 "gfortran" '("fortran")
|
||||
%generic-search-paths))
|
||||
|
||||
;;(define-public glicid-gfortran-9 gfortran-9)
|
||||
;;(define-public glicid-gfortran-10 gfortran-10)
|
||||
(define-public glicid-gfortran-9 gfortran-9)
|
||||
(define-public glicid-gfortran-10 gfortran-10)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue