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