mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
Adds gzstream stream, exposes to swig (#2314)
* Move RDBoostStreams to RDStreams * RDBoostStreams->RDStreams * RDBoostStreams->RDStreams * Wrap SWIG (with Java test) * Fix missing declaration * Use the file that already exists * Revert to original version * Revert to CXSMiles version * Update boost version * Remove redundant code * Add zlib * check for win32 * FileParsers now builds static on windows
This commit is contained in:
committed by
Greg Landrum
parent
48c9532c6f
commit
d2f716a2e4
@@ -226,6 +226,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../MolStandardize.i"
|
||||
%include "../SubstructLibrary.i"
|
||||
%include "../RGroupDecomposition.i"
|
||||
%include "../Streams.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