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