mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* - fix non-threaded *nix builds that currently fail because boost flyweight introduces a dependency on pthreads - make sure that mutexes and futures are only used when RDK_BUILD_THREADSAFE_SSS is ON - fix SubstructMatch failing test when RDK_BUILD_THREADSAFE_SSS is OFF due to misplaced #ifdef's - rename RDK_TEST_MULTITHREADED to RDK_THREADSAFE_SSS in inchi.cpp (which is not a test) * - the limitexternal Linux build is now single-threaded so we make sure single-threaded builds do not break in the future (suggestion from Greg) * reverted unnecessary change to Code/GraphMol/FileParsers/testMultithreadedMolSupplier.cpp Co-authored-by: Paolo Tosco <paolo.tosco@novartis.com>