mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
test d'ajout à configure.
This commit is contained in:
parent
237d081348
commit
76581783b1
1 changed files with 9 additions and 1 deletions
|
@ -194,7 +194,15 @@
|
||||||
(name "glicid-gromacs-openmpi")
|
(name "glicid-gromacs-openmpi")
|
||||||
(inputs `(("openmpi", openmpi)
|
(inputs `(("openmpi", openmpi)
|
||||||
,@(package-inputs gromacs)))
|
,@(package-inputs gromacs)))
|
||||||
))
|
(build-system cmake-build-system)
|
||||||
|
(arguments
|
||||||
|
(#:configure-flags configure-flags)
|
||||||
|
(append configure-flags (list "-DGMX_MPI=on"
|
||||||
|
"-DCMAKE_C_COMPILER=mpicc"
|
||||||
|
"-DCMAKE_CXX_COMPILER=mpiicxx"
|
||||||
|
)))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
;; pour futures customisations.
|
;; pour futures customisations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue