Dear rdkit users,

Recently, I updated the brew install recipe for rdkit on Mac.
The biggest change is that boost and boost-python's versions were
pinned down, so that the brew install recipe should be much more reproducible
than before.

Here is a fail-safe way to install rdkit with it (with Python wrappers, and InChI support):

```
brew tap rdkit/rdkit
brew update
which python3 || brew install python3
pip3 install numpy
brew unlink boost || echo boost_not_installed
brew unlink boost-python3 || echo boost-python3_not_installed
brew install rdkit --with-python3 --with-inchi
```

It should install a tagged version of rdkit (Release_2019_03_2).

Of course, since this is open-source, your help in maintaining this formula
is very welcome.

Cf.
https://github.com/rdkit/homebrew-rdkit

If it doesn't work for you, you can open an issue there:
https://github.com/rdkit/homebrew-rdkit/issues

Regards,
F.


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

Reply via email to