rdkit / homebrew-rdkit

Homebrew formula for rdkit
44 stars 19 forks source link

Fix boost and python issues #16

Closed mcs07 closed 9 years ago

mcs07 commented 9 years ago
  1. boost-python has been separated from the main boost formula, so depends_on needed updating.
  2. The python module sysconfig isn't available before python 2.7, so switch to using sys and distutils for finding python paths. This should ensure compatibility with python 2.6.