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)
|