From 8e8d5a859b009d7753d12a1300febd71d7c75511 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Wed, 4 Dec 2019 22:25:01 +0100 Subject: [PATCH] travis/osx: force overwritting of links --- travis_custom/custom_before_install_osx.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/travis_custom/custom_before_install_osx.sh b/travis_custom/custom_before_install_osx.sh index b2d8bb11..40dbd837 100755 --- a/travis_custom/custom_before_install_osx.sh +++ b/travis_custom/custom_before_install_osx.sh @@ -4,8 +4,11 @@ brew update brew tap gepetto/homebrew-gepetto # install eigenpy -brew install boost assimp eigen octomap eigenpy -# set environment variables -export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig" -export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib" +brew install python@2 +brew install boost assimp eigen octomap + +brew uninstall numpy +pip uninstall numpy -y +brew install eigenpy +brew link --overwrite numpy@1.16 -- GitLab