mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add gromacs+cuda
This commit is contained in:
parent
0d6ac3c47d
commit
71d99ba0dd
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
(define-public gromacs+cuda
|
(define-public gromacs+cuda
|
||||||
(package
|
(package
|
||||||
(inherit gromacs)
|
(inherit gromacs)
|
||||||
|
(name "gromacs+cuda")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~(list "-DGMX_DEVELOPER_BUILD=on" ; Needed to run tests
|
#~(list "-DGMX_DEVELOPER_BUILD=on" ; Needed to run tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue