Skip to content

Commit

Permalink
attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdx committed Nov 27, 2015
1 parent f1fb7d9 commit 9ea2387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_install:
sudo apt-get install -qq fglrx opencl-headers;
wget https://github.com/clMathLibraries/clBLAS/releases/download/v2.6/clBLAS-2.6.0-Linux-x64.tar.gz;
tar -xf clBLAS-2.6.0-Linux-x64.tar.gz;
export $LD_LIBRARY_PATH=`pwd`/clBLAS-2.6.0-Linux-x64/lib64:${LD_LIBRARY_PATH};
export $LD_LIBRARY_PATH=/home/travis/build/JuliaGPU/CLBLAS.jl/clBLAS-2.6.0-Linux-x64/lib64:${LD_LIBRARY_PATH};
fi;
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

Expand Down

0 comments on commit 9ea2387

Please sign in to comment.