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

More travis.

parent 9a6ec702
...@@ -101,7 +101,7 @@ before_install: ...@@ -101,7 +101,7 @@ before_install:
fi fi
- 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 ubuntu-restricted-extras sudo apt-get install -qq ubuntu-restricted-extras;
sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers; sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 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