Skip to content

Commit 4089b08

Browse files
committed
extend LD_LIBRARY_PATH
1 parent 8eab0aa commit 4089b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ before_install:
4343
- CABAL=/opt/ghc/bin/cabal
4444
- CABALHOME=$HOME/.cabal
4545
- export PATH="$CABALHOME/bin:$PATH"
46+
- export LD_LIBRARY_PATH="/opt/arrayfire/lib64:$LD_LIBRARY_PATH"
4647
- TOP=$(pwd)
4748
- "HCNUMVER=$(${HC} --numeric-version|perl -ne '/^(\\d+)\\.(\\d+)\\.(\\d+)(\\.(\\d+))?$/; print(10000 * $1 + 100 * $2 + ($3 == 0 ? $5 != 1 : $3))')"
4849
- echo $HCNUMVER

0 commit comments

Comments
 (0)