diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 543ec57..8eda7e2 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -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)