Skip to content

Commit

Permalink
drop openblas for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Apr 7, 2020
1 parent 0b3476a commit 9b241bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ dist: trusty
language: r
warnings_are_errors: true

env:
- _R_CHECK_CRAN_INCOMING_=false

before_install:
- sudo apt-get update -q
- sudo apt-get install -y -q libopenmpi-dev openmpi-bin libopenblas-dev
- sudo apt-get install -y -q libopenmpi-dev openmpi-bin
- LD_PRELOAD=/usr/lib/openmpi/lib/libmpi.so
- ln -s /usr/lib/libopenblas.so /usr/lib/R/lib/libRblas.so
- ln -s /usr/lib/libopenblas.so /usr/lib/R/lib/libRlapack.so
- R -e "install.packages('crlapply', repos='https://hpcran.org')"
- Rscript -e "install.packages('pbdMPI', repos = 'https://cran.r-project.org/')"

0 comments on commit 9b241bd

Please sign in to comment.