File: disable_riscv64_timeout_tests.patch

package info (click to toggle)
rdkit 202503.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 222,024 kB
  • sloc: cpp: 411,111; python: 78,482; ansic: 26,181; java: 8,285; javascript: 4,404; sql: 2,393; yacc: 1,626; lex: 1,267; cs: 1,090; makefile: 580; xml: 229; fortran: 183; sh: 121
file content (37 lines) | stat: -rw-r--r-- 1,793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- a/Code/GraphMol/SynthonSpaceSearch/CMakeLists.txt
+++ b/Code/GraphMol/SynthonSpaceSearch/CMakeLists.txt
@@ -13,8 +13,9 @@
 
 rdkit_catch_test(testSynthonSpaceSubstructureSearch substructure_search_catch_tests.cpp
         LINK_LIBRARIES SubstructMatch SubstructLibrary SynthonSpaceSearch)
-rdkit_catch_test(testSynthonSpaceFingerprintSearch fingerprint_search_catch_tests.cpp
-        LINK_LIBRARIES SubstructMatch SubstructLibrary SynthonSpaceSearch)
+# Disabled by Debian due to timeouts on riscv64
+# rdkit_catch_test(testSynthonSpaceFingerprintSearch fingerprint_search_catch_tests.cpp
+#        LINK_LIBRARIES SubstructMatch SubstructLibrary SynthonSpaceSearch)
 rdkit_catch_test(testSynthonSpaceRascalSearch rascal_search_catch_tests.cpp
         LINK_LIBRARIES SubstructMatch SubstructLibrary SynthonSpaceSearch)
 
--- a/Code/GraphMol/SynthonSpaceSearch/Wrap/CMakeLists.txt
+++ b/Code/GraphMol/SynthonSpaceSearch/Wrap/CMakeLists.txt
@@ -5,4 +5,5 @@
         DEST Chem
         LINK_LIBRARIES SynthonSpaceSearch)
 
-add_pytest(pySynthonSpaceSearch ${CMAKE_CURRENT_SOURCE_DIR}/testSynthonSpaceSearch.py)
+# Disabled by Debian due to timeouts on riscv64
+# add_pytest(pySynthonSpaceSearch ${CMAKE_CURRENT_SOURCE_DIR}/testSynthonSpaceSearch.py)
--- a/Code/GraphMol/CMakeLists.txt
+++ b/Code/GraphMol/CMakeLists.txt
@@ -129,8 +129,9 @@
 add_subdirectory(MolInteractionFields)
 
 
-rdkit_test(graphmolTest1 test1.cpp LINK_LIBRARIES FileParsers SmilesParse GraphMol
-        SubstructMatch ForceFieldHelpers ForceField)
+# Disabled by Debian due to timeouts on riscv64
+# rdkit_test(graphmolTest1 test1.cpp LINK_LIBRARIES FileParsers SmilesParse GraphMol
+#        SubstructMatch ForceFieldHelpers ForceField)
 
 rdkit_test(graphmolcpTest cptest.cpp LINK_LIBRARIES SmilesParse GraphMol)