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)