Hi,

I've noticed a bug in conda packages, when you're doing a clean install
["conda install -c https://conda.anaconda.org/rdkit rdkit"] the old version
2014.09 is install by default.

To force installation of 2015.03 you have to specify it's version:
conda install -c https://conda.anaconda.org/rdkit rdkit=2015

Here comes the probable bug cause: the 2015.03 package requires *older*
version of boost (as I recall 1.56), where 2014.09 version requires newer
version: 1.57. During the update boost is downgraded.

Code to reproduce the bug:
conda create -n test_rdkit python
source activate test_rdkit
conda install -c rdkit rdkit
conda install -c rdkit rdkit=2015

I hope we manage to get it fixed for 2015.09 :)

----
Pozdrawiam,  |  Best regards,
Maciek Wójcikowski
mac...@wojcikowski.pl
------------------------------------------------------------------------------
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to