From 57065bdabd25dd9fe1b0118a2139f8ec6ea0a63a Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 2 Oct 2017 15:27:59 +0200 Subject: [PATCH] glpk and hwloc now in homebrew/core --- travis/install_osx.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/travis/install_osx.sh b/travis/install_osx.sh index e308372de..89e155730 100755 --- a/travis/install_osx.sh +++ b/travis/install_osx.sh @@ -60,8 +60,7 @@ install_brew_package ginac install_brew_package doxygen install_brew_package boost --c++11 install_brew_package z3 # optional -brew tap homebrew/science -install_brew_package homebrew/science/glpk -install_brew_package homebrew/science/hwloc +install_brew_package glpk +install_brew_package hwloc install_brew_package eigen travis_fold end brew_install_dependencies