gromacs en gcc 10

This commit is contained in:
Yann Dupont 2020-05-25 12:16:03 +02:00
parent 6aa2e93f2e
commit 8e66519dc6

View file

@ -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