mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
gromacs en gcc 10
This commit is contained in:
parent
6aa2e93f2e
commit
8e66519dc6
1 changed files with 9 additions and 6 deletions
|
@ -220,12 +220,15 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
;;(define-public glicid-gromacs
|
(define-public glicid-gromacs-gcc-10
|
||||||
;; (package
|
(package
|
||||||
;; (inherit gromacs)
|
(inherit gromacs)
|
||||||
;; (name "glicid-gromacs")
|
(name "glicid-gromacs-gcc-10")
|
||||||
;; ("gcc-toolchain" ,gcc-toolchain-10)
|
(inputs `(("gcc-10", gcc-10)
|
||||||
;;))
|
("gfortran-10", gfortran-10)
|
||||||
|
("glicid-openmpi-gcc-10")
|
||||||
|
,@(package-inputs gromacs)))
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
;;; glicid.scm ends here
|
;;; glicid.scm ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue