Dear Greg,

thank you for your quick reply and your explanations.
Unfortunately, I cannot switch to Linux.
But your answer helps in the sense that now I can stop searching and trying 
something "impossible".
Best,
Theo.


Am 11.03.2020 um 10:27 schrieb Greg Landrum:
> Hi Theo,
>
> Most of this is coming in because of the dependencies.
> The giant MKL DLLs are a feature provided by the anaconda python installs. 
> These can make numpy much faster, but don't help if you want a small 
> executable. One non-windows systems you can opt out by doing "conda install 
> nomkl" before installing numpy. This will bring in a version of numpy that 
> doesn't depend on mkl and should be considerably smaller. Unfortunately this 
> doesn't work on Windows (Anaconda doesn't do nomkl builds for windows).
>
> As far as the drawing bits: those use the cairo library to generate PNGs. 
> Cairo also has some heavyweight dependencies that it brings along and you're 
> seeing those.
>
> Unfortunately, I think you're stuck with the large installers...
>
> -greg
>


_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to