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
bfc5952c1c
commit
97bd6a8c6a
1 changed files with 16 additions and 16 deletions
|
@ -188,22 +188,22 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public glicid-gromacs-openmpi
|
;(define-public glicid-gromacs-openmpi
|
||||||
(package
|
; (package
|
||||||
(inherit gromacs)
|
; (inherit gromacs)
|
||||||
(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)
|
; (build-system cmake-build-system)
|
||||||
(arguments
|
; (arguments
|
||||||
`(#:configure-flags configure-flags)
|
; `(#:configure-flags configure-flags)
|
||||||
(append configure-flags (list "-DGMX_MPI=on"
|
; (append configure-flags (list "-DGMX_MPI=on"
|
||||||
"-DCMAKE_C_COMPILER=mpicc"
|
; "-DCMAKE_C_COMPILER=mpicc"
|
||||||
"-DCMAKE_CXX_COMPILER=mpiicxx"
|
; "-DCMAKE_CXX_COMPILER=mpiicxx"
|
||||||
))
|
; ))
|
||||||
)
|
; )
|
||||||
)
|
; )
|
||||||
)
|
;)
|
||||||
|
|
||||||
|
|
||||||
;; pour futures customisations.
|
;; pour futures customisations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue