mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
disable failing test with cuda
This commit is contained in:
parent
81310ceff4
commit
60282930b2
1 changed files with 9 additions and 1 deletions
|
@ -70,7 +70,15 @@
|
||||||
;; This test warns about the build host hardware, disable
|
;; This test warns about the build host hardware, disable
|
||||||
(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"
|
||||||
|
(("TEST\\(HardwareTopologyTest, NumaCacheSelfconsistency\\)")
|
||||||
|
"void __guix_disabled()"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
)))))
|
||||||
|
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs gromacs)
|
(modify-inputs (package-inputs gromacs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue