"platforms/vscode:/vscode.git/clone" did not exist on "503fbee7190cd794358f98941c95550404857513"
Commit e9978966 authored by jchodera's avatar jchodera
Browse files

Fix AMD APP SDK path

parent 65be5156
......@@ -109,7 +109,7 @@ before_install:
sudo easy_install pytest;
fi
- if [[ "$OPENCL" == "true" ]]; then
wget https://jenkins.choderalab.org/userContent/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2;
wget http://s3.amazonaws.com/omnia-ci/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2;
tar -xjf AMD-APP-SDK*.tar.bz2;
AMDAPPSDK=${HOME}/AMDAPPSDK;
export OPENCL_VENDOR_PATH=${AMDAPPSDK}/etc/OpenCL/vendors;
......
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