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 8ebb197 commit b4e3071Copy full SHA for b4e3071
.travis.yml
@@ -36,7 +36,7 @@ matrix:
36
- compiler: ghc-8.2.2
37
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
38
before_install:
39
- - curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_ x86_64.sh
+ - curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
40
- chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
41
- ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
42
- ls -lah /opt/arrayfire/
0 commit comments