From: Julien Schueller Date: Tue, 21 Mar 2017 07:25:19 +0000 (+0100) Subject: Do not install guile 2.2 until supported in swig X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a3f98cb43d4229aada1644fecdc2b82720cd2c99;p=nlopt.git Do not install guile 2.2 until supported in swig --- diff --git a/.travis.yml b/.travis.yml index 8b3b13e..1228f1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,8 @@ matrix: install: - brew tap homebrew/science - brew update - - brew install swig octave guile || echo "nope" + # TODO: install guile once 2.2 is supported in swig + - brew install swig octave || echo "nope" script: - mkdir build && pushd build - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DWITH_CXX=ON -DPYTHON_EXECUTABLE=/usr/bin/python ..