Skip to content

Commit

Permalink
Use numpy from pip rather than brew. This fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
hawesie committed Oct 14, 2015
1 parent 6a0af0b commit 9fdc746
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,16 @@ do_install()
# options, or whatever. Obviously it would be great to migrate these toward purely rosdep.
brew install cmake libyaml lz4 assimp
brew install boost --with-python
brew install opencv --with-qt --with-eigen --with-tbb

# FLTK for El Capitan, see issue #12
brew reinstall --devel https://raw.githubusercontent.com/dpo/homebrew/ec46018128dde5bf466b013a6c7086d0880930a3/Library/Formula/fltk.rb

# Make opencv use numpy from pip rather than brew, see issue #14
pip install numpy
brew install opencv --with-qt --with-eigen --with-tbb --without-numpy

brew install pcl --build-from-source # Pending: https://github.com/Homebrew/homebrew-science/issues/2852

brew install gazebo5

# ROS infrastructure tools
Expand Down

0 comments on commit 9fdc746

Please sign in to comment.