mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
parent
8072571e72
commit
b078e8c341
1 changed files with 0 additions and 11 deletions
|
@ -227,17 +227,6 @@ as the 'native-search-paths' field."
|
||||||
".*(c\\+\\+|cpp|g\\+\\+|gcov|gcc|gcc-.*)"))
|
".*(c\\+\\+|cpp|g\\+\\+|gcov|gcc|gcc-.*)"))
|
||||||
#t))))))))
|
#t))))))))
|
||||||
|
|
||||||
(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-public gfortran-9
|
(define-public gfortran-9
|
||||||
(custom-gcc gcc-9 "gfortran" '("fortran")
|
(custom-gcc gcc-9 "gfortran" '("fortran")
|
||||||
|
|
Loading…
Add table
Reference in a new issue