mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
support generalized substructure search in the SubstructLibrary (#6835)
* support generalized substructure search in the SubstructLibrary * simplify namespaces * support the new functionality in the swig wrappers * update mac swig version in CI * ensure swig4 * switch mac_java ci builds to conda-forge * change in response to review * add copy ctor to extendedquerymol * Back to the way it was
This commit is contained in:
@@ -223,6 +223,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../MolHash.i"
|
||||
%include "../Abbreviations.i"
|
||||
%include "../Streams.i"
|
||||
%include "../GeneralizedSubstruct.i"
|
||||
|
||||
// Create a class to throw various sorts of errors for testing. Required for unit tests in ErrorHandlingTests.java
|
||||
#ifdef INCLUDE_ERROR_GENERATOR
|
||||
|
||||
Reference in New Issue
Block a user