chiark / gitweb /
Detect libm
[nlopt.git] / .travis.yml
index d7cf71edcabd1f10a558206cf0df1ce6ed274603..fd3ae488744253173994780e1ee2062bf623e971 100644 (file)
@@ -32,11 +32,10 @@ matrix:
 
     - os: osx
       install:
-        - brew tap homebrew/python
         - brew tap homebrew/science
         - brew update
-        - brew install swig numpy octave
+        - brew install swig octave guile || echo "nope"
       script:
         - mkdir build && pushd build
-        - cmake -DCMAKE_INSTALL_PREFIX=~/.local  -DWITH_CXX=ON ..
+        - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DWITH_CXX=ON -DPYTHON_EXECUTABLE=/usr/bin/python ..
         - make install && make tests && ctest --output-on-failure