Skip to content
Snippets Groups Projects
Verified Commit 8e8d5a85 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis/osx: force overwritting of links

parent d6beb1c6
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,11 @@ brew update ...@@ -4,8 +4,11 @@ brew update
brew tap gepetto/homebrew-gepetto brew tap gepetto/homebrew-gepetto
# install eigenpy # install eigenpy
brew install boost assimp eigen octomap eigenpy
# set environment variables brew install python@2
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig" brew install boost assimp eigen octomap
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
brew uninstall numpy
pip uninstall numpy -y
brew install eigenpy
brew link --overwrite numpy@1.16
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment