mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
tests mpi et reecriture packets
This commit is contained in:
parent
4e0db4ebc9
commit
79801ad18d
2 changed files with 21 additions and 7 deletions
|
@ -25,9 +25,16 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define gcc10-instead-of-gcc
|
||||
;; This is a procedure to replace GCC by GCC10,
|
||||
;; recursively.
|
||||
; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-10)))))
|
||||
(package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-10))))
|
||||
;(define gcc10-instead-of-gcc
|
||||
; ;; This is a procedure to replace GCC by GCC10,
|
||||
; ;; recursively.
|
||||
;; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-10)))))
|
||||
; (package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-10))))
|
||||
|
||||
|
||||
|
||||
(define (gcc10-instead-of-gcc packagetorewrite)
|
||||
(let ((toolchaingcc (specification->package "gcc-toolchain@10"))
|
||||
(toolchaingfortran (specification->package "gfortran-toolchain@10")))
|
||||
(package-with-c-toolchain packagetorewrite `(("toolchaingcc" ,toolchaingcc)
|
||||
("toulchaingfortran",toolchaingfortran)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue