From 60282930b222aa5a69094a6f7ea49d0ac241396c Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Wed, 12 Apr 2023 22:22:02 +0200 Subject: [PATCH] disable failing test with cuda --- glicid-tainted/packages/chemistry.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/glicid-tainted/packages/chemistry.scm b/glicid-tainted/packages/chemistry.scm index 5e188a4..9ac5599 100644 --- a/glicid-tainted/packages/chemistry.scm +++ b/glicid-tainted/packages/chemistry.scm @@ -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)