Commit eb9a4b62 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Another attempt to fix travis.

parent 15d92704
...@@ -99,9 +99,9 @@ before_install: ...@@ -99,9 +99,9 @@ before_install:
brew install doxygen swig fftw; brew install doxygen swig fftw;
sudo easy_install pytest; sudo easy_install pytest;
fi fi
# JDC: fglrx=2:8.960-0ubuntu1 no longer appears to be available, so I removed the =2:8.960-0ubuntu1 constraint
- if [[ "$OPENCL" == "true" ]]; then - if [[ "$OPENCL" == "true" ]]; then
sudo apt-get -yq update > /dev/null 2>&1 ; sudo apt-get -yq update > /dev/null 2>&1 ;
# sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers;
sudo apt-get install -qq fglrx opencl-headers; sudo apt-get install -qq fglrx opencl-headers;
fi fi
# Install swig for Python wrappers. However, testing CUDA and OpenCL, we # Install swig for Python wrappers. However, testing CUDA and OpenCL, we
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment