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 b4e3071 commit 025b505Copy full SHA for 025b505
.travis.yml
@@ -36,11 +36,11 @@ 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
+ - echo 'Downloading arrayfire-3.6.4'
40
- curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
41
- chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
42
- ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
43
- ls -lah /opt/arrayfire/
- - tree /opt/arrayfire/
44
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
45
- WITHCOMPILER="-w $HC"
46
- HCPKG="$HC-pkg"
0 commit comments