mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
WIP
This commit is contained in:
parent
76581783b1
commit
bfc5952c1c
1 changed files with 5 additions and 4 deletions
|
@ -196,11 +196,12 @@
|
|||
,@(package-inputs gromacs)))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(#:configure-flags configure-flags)
|
||||
`(#:configure-flags configure-flags)
|
||||
(append configure-flags (list "-DGMX_MPI=on"
|
||||
"-DCMAKE_C_COMPILER=mpicc"
|
||||
"-DCMAKE_CXX_COMPILER=mpiicxx"
|
||||
)))
|
||||
))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue