mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
add hwloc
This commit is contained in:
parent
ae648651bd
commit
80b99a20d0
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
(define-module (glicid-non-free packages chemistry)
|
||||
(define-module (tainted packages chemistry)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
|
@ -37,6 +37,7 @@
|
|||
"-DGMX_EXTERNAL_LAPACK=on"
|
||||
"-DGMX_EXTERNAL_TNG=on"
|
||||
"-DGMX_EXTERNAL_ZLIB=on"
|
||||
"-DGMX_HWLOC=ON"
|
||||
"-DGMX_GPU=CUDA"
|
||||
(string-append "-DCUDA_TOOLKIT_ROOT_DIR=" #$(this-package-input "cuda-toolkit"))
|
||||
"-DGMX_EXTERNAL_TINYXML2=on"
|
||||
|
@ -71,7 +72,7 @@
|
|||
(("TEST\\(HardwareTopologyTest, HwlocExecute\\)")
|
||||
"void __guix_disabled()")))))))
|
||||
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs gromacs)
|
||||
(inputs
|
||||
(modify-inputs (package-inputs gromacs)
|
||||
(append cuda hwloc))))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue