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

Attempt to fix fglrx travis issues.

parent 594196d4
......@@ -101,7 +101,8 @@ before_install:
fi
- if [[ "$OPENCL" == "true" ]]; then
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=2:8.960-0ubuntu1 opencl-headers;
sudo apt-get install -qq fglrx opencl-headers;
fi
# Install swig for Python wrappers. However, testing CUDA and OpenCL, we
# skip the Python wrapper for speed. We're not using anaconda python,
......
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