disable failing test with cuda

This commit is contained in:
Yann Dupont 2023-04-12 22:22:02 +02:00
parent 81310ceff4
commit 60282930b2

View file

@ -70,7 +70,15 @@
;; This test warns about the build host hardware, disable
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
(("TEST\\(HardwareTopologyTest, HwlocExecute\\)")
"void __guix_disabled()")))))))
"void __guix_disabled()"))
(substitute* "src/gromacs/hardware/tests/hardwaretopology.cpp"
(("TEST\\(HardwareTopologyTest, NumaCacheSelfconsistency\\)")
"void __guix_disabled()"))
)))))
(inputs
(modify-inputs (package-inputs gromacs)