mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
Revert "Expose molzip functionality to MinimalLib (#7959)"
This reverts commit 1086ba089b.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user