Skip to content

Commit

Permalink
Use AF 3.6.2 for which we have a tested LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Jun 27, 2019
1 parent 4fad510 commit 758e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_install:
- test "$TRAVIS_OS_NAME" == "linux" && sh .travis/before_install_linux.sh || true
- test "$TRAVIS_OS_NAME" == "osx" && sh .travis/before_install_osx.sh || true
script:
- test "$TRAVIS_OS_NAME" == "linux" && export LD_PRELOAD="/usr/local/lib64/libmkl_core.so" || true
- test "$TRAVIS_OS_NAME" == "linux" && export LD_PRELOAD="/usr/local/lib64/libmkl_core.so:/usr/local/lib64/libtbb.so.2:/usr/local/lib64/libmkl_tbb_thread.so" || true
- export PKG_TARBALL=RcppArrayFire_$(grep '^Version:' DESCRIPTION | grep -oE '[0-9\.]+').tar.gz
- R CMD build --no-manual .
- R CMD check --no-manual $PKG_TARBALL

0 comments on commit 758e4d1

Please sign in to comment.