Skip to content

Commit

Permalink
Updating build info
Browse files Browse the repository at this point in the history
  • Loading branch information
rocanale committed Dec 19, 2016
1 parent c30766d commit 620b422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ before_install:
- curl https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | sudo tar -x -z --strip-components 1 -C /usr
- git clone git://github.com/elemental/Elemental.git
- cd Elemental
- git checkout aa0d2f8
- git checkout 8a1a42c
- mkdir build && cd build
- cmake .. -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_Fortran_COMPILER=gfortran-5 -DCMAKE_INSTALL_PREFIX=~/local/El;
- make -j2 && sudo make install
- cd ../..
- rm -rf Elemental
- export LD_LIBRARY_PATH=~/local/El/lib
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#RElem

[![Build Status](https://travis-ci.org/rocanale/RElem.svg?branch=master)](https://travis-ci.org/rocanale/RElem) using Elemental v0.87.4 (aa0d2f8)
[![Build Status](https://travis-ci.org/rocanale/RElem.svg?branch=master)](https://travis-ci.org/rocanale/RElem) using Elemental v0.87.6 (8a1a42c)

This R package links R and the dense linear algebra library
[Elemental](http://www.libelemental.org), providing distributed parallel
Expand Down

0 comments on commit 620b422

Please sign in to comment.