rdkit / homebrew-rdkit

Homebrew formula for rdkit
44 stars 19 forks source link

Should we change the way of installation? Install python2 and python3 at the same time by default or have two different formulas? #58

Closed hsiaoyi0504 closed 4 years ago

hsiaoyi0504 commented 6 years ago

As we seen in numpy and boost-python, there are two different way to handle the installation.

In boost-python, there are two different version of formulas.

https://github.com/Homebrew/homebrew-core/blob/master/Formula/boost-python.rb https://github.com/Homebrew/homebrew-core/blob/master/Formula/boost-python3.rb

In numpy, there are only one formula and install on python and python3 at the same time. It also has a option to install on python3 only.

https://github.com/Homebrew/homebrew-core/blob/master/Formula/numpy.rb

UnixJunkie commented 4 years ago

We only support python3 nowadays, so I think this can be closed.