"platforms/cuda-old/src/kernels/gpu.cpp" did not exist on "0dd63d02cb12e0c2792d84de9ff6ea5df4493ff0"
Commit 948fd273 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Another travis fix attempt

parent c147e062
...@@ -100,8 +100,8 @@ before_install: ...@@ -100,8 +100,8 @@ before_install:
sudo easy_install pytest; sudo easy_install pytest;
fi fi
- if [[ "$OPENCL" == "true" ]]; then - if [[ "$OPENCL" == "true" ]]; then
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse";
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 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