mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
disable hwloc
This commit is contained in:
parent
60282930b2
commit
fb71bf36f5
1 changed files with 7 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
||||||
"-DGMX_EXTERNAL_LAPACK=on"
|
"-DGMX_EXTERNAL_LAPACK=on"
|
||||||
"-DGMX_EXTERNAL_TNG=on"
|
"-DGMX_EXTERNAL_TNG=on"
|
||||||
"-DGMX_EXTERNAL_ZLIB=on"
|
"-DGMX_EXTERNAL_ZLIB=on"
|
||||||
"-DGMX_HWLOC=ON"
|
; "-DGMX_HWLOC=ON"
|
||||||
"-DGMX_GPU=CUDA"
|
"-DGMX_GPU=CUDA"
|
||||||
(string-append "-DCUDA_TOOLKIT_ROOT_DIR=" #$(this-package-input "cuda-toolkit"))
|
(string-append "-DCUDA_TOOLKIT_ROOT_DIR=" #$(this-package-input "cuda-toolkit"))
|
||||||
"-DGMX_EXTERNAL_TINYXML2=on"
|
"-DGMX_EXTERNAL_TINYXML2=on"
|
||||||
|
@ -71,9 +71,9 @@
|
||||||
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
|
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
|
||||||
(("TEST\\(HardwareTopologyTest, HwlocExecute\\)")
|
(("TEST\\(HardwareTopologyTest, HwlocExecute\\)")
|
||||||
"void __guix_disabled()"))
|
"void __guix_disabled()"))
|
||||||
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
|
; (substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
|
||||||
(("TEST\\(HardwareTopologyTest, NumaCacheSelfconsistency\\)")
|
; (("TEST\\(HardwareTopologyTest, NumaCacheSelfconsistency\\)")
|
||||||
"void __guix_disabled()"))
|
; "void __guix_disabled()"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,5 +82,7 @@
|
||||||
|
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs gromacs)
|
(modify-inputs (package-inputs gromacs)
|
||||||
(append cuda hwloc))))
|
(append cuda
|
||||||
|
;hwloc
|
||||||
|
))))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue