We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0802 commit 95cf921Copy full SHA for 95cf921
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- sudo apt-add-repository -y ppa:keithw/glfw3
17
- sudo apt-get update
18
- sudo apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake libglfw3-dev mesa-utils
19
- - wget http://ci.arrayfire.org/job/arrayfire-linux/job/graphics-installer/lastSuccessfulBuild/artifact/ArrayFire-v3.5.1_Linux_x86_64.sh
+ - wget -q http://arrayfire.s3.amazonaws.com/3.5.1/ArrayFire-v3.5.1_Linux_x86_64.sh
20
- ls -l
21
- sudo chmod +x ArrayFire-v3.5.1_Linux_x86_64.sh
22
- sudo ./ArrayFire-v3.5.1_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
0 commit comments