mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* - fixes MinGW build - make sure that supplier istream is opened in binary mode or istream::tellg() will report wrong offsets on MinGW builds (MSVC will make no difference) - avoid that in MSVC conda DLL builds the libboost_*.lib static libraries are picked by cmake instead of the boost_*.lib import libraries by defining BOOST_ALL_DYN_LINK * - make sure that C# wrappers build with MinGW compilers - make sure that static builds work under Windows with both MSVC and MinGW * - disable building static libraries on Windows also when using MinGW compilers - fix the C# wrapper build on Windows under both MSVC and MinGW * reverted -DSWIGWORDSIZE64 as it was originally * reverted -DSWIGWORDSIZE64 definition Co-authored-by: Paolo Tosco <paolo.tosco@novartis.com>