yandex / rep

Machine Learning toolbox for Humans
http://yandex.github.io/rep/
Other
687 stars 144 forks source link

patch for mac CI #79

Closed tlikhomanenko closed 8 years ago

tlikhomanenko commented 8 years ago
brew install python;
brew install root;
sudo install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/Frameworks/Python.framework/Versions/2.7/Python $(brew --prefix root)/lib/root/libPyROOT.so;
arogozhnikov commented 8 years ago

Ok, travis + mac works ok now. Thank you!