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 8eab0aa commit 4089b08Copy full SHA for 4089b08
.travis.yml
@@ -43,6 +43,7 @@ before_install:
43
- CABAL=/opt/ghc/bin/cabal
44
- CABALHOME=$HOME/.cabal
45
- export PATH="$CABALHOME/bin:$PATH"
46
+ - export LD_LIBRARY_PATH="/opt/arrayfire/lib64:$LD_LIBRARY_PATH"
47
- TOP=$(pwd)
48
- "HCNUMVER=$(${HC} --numeric-version|perl -ne '/^(\\d+)\\.(\\d+)\\.(\\d+)(\\.(\\d+))?$/; print(10000 * $1 + 100 * $2 + ($3 == 0 ? $5 != 1 : $3))')"
49
- echo $HCNUMVER
0 commit comments