Commit 3e3fdf25 authored by peastman's avatar peastman
Browse files

Another attempt at fixing compilation error on travis

parent 49c90bb3
......@@ -8,7 +8,6 @@ addons:
- python-numpy
- python-scipy
- libfftw3-dev
- libgl1-mesa-dev
env:
global:
......@@ -129,6 +128,7 @@ before_install:
export LD_LIBRARY_PATH=${AMDAPPSDK}/lib/x86_64:${LD_LIBRARY_PATH};
chmod +x ${AMDAPPSDK}/bin/x86_64/clinfo;
${AMDAPPSDK}/bin/x86_64/clinfo;
sudo apt-get install -y libgl1-mesa-dev
fi
# Install swig for Python wrappers. However, testing CUDA and OpenCL, we
# skip the Python wrapper for speed. We're not using anaconda python,
......@@ -160,6 +160,7 @@ before_install:
export CUDA_HOME=/usr/local/cuda-${CUDA_VERSION%%-*};
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH};
export PATH=${CUDA_HOME}/bin:${PATH};
sudo apt-get install -y libgl1-mesa-dev
fi
script:
......
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