Skip to content

Commit

Permalink
use more recent eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
redpony committed Mar 8, 2019
1 parent c125ecd commit 0969565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ "$BACKEND" == cuda ]]; then
fi

# Eigen
hg clone https://bitbucket.org/eigen/eigen/ -r b2e267d
hg clone https://bitbucket.org/eigen/eigen/ -r 9c30033
cd eigen
mkdir build && cd build
cmake ..
Expand Down

0 comments on commit 0969565

Please sign in to comment.