Revert "Expose molzip functionality to MinimalLib (#7959)"

This reverts commit 1086ba089b.
This commit is contained in:
greg landrum
2024-11-28 08:46:41 +01:00
parent 44da77fb31
commit 603de6caab
12 changed files with 22 additions and 304 deletions

View File

@@ -34,7 +34,6 @@
%{
#include <GraphMol/ChemTransforms/ChemTransforms.h>
#include <GraphMol/ChemTransforms/MolFragmenter.h>
#include <GraphMol/ChemTransforms/MolFragmenterJSONParser.h>
#include <GraphMol/Bond.h>
// Fixes annoying compilation namespace issue
typedef RDKit::MatchVectType MatchVectType;
@@ -121,6 +120,4 @@ RDKit::ROMol * new_molzip(
%newobject fragmentOnBRICSBonds;
%template(UIntMolMap) std::map<unsigned int,boost::shared_ptr<RDKit::ROMol> >;
%include <RDGeneral/BetterEnums.h>
%include <GraphMol/ChemTransforms/MolFragmenter.h>
%include <GraphMol/ChemTransforms/MolFragmenterJSONParser.h>