Update Eigen requirements.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-05-21 13:57:16 +02:00
parent f48ee55c0d
commit 3b80724581
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ if (NOT EIGEN3_FOUND)
include (ExternalProject)
externalProject_Add (Eigen3
GIT_REPOSITORY git://github.com/OPM/eigen3
UPDATE_COMMAND git checkout 9f6cc779c101b87184076322603f496e5fdd0432
UPDATE_COMMAND git checkout 9e788db99d73f3199ade74bfda8d9f73fdfbbe4c
CMAKE_ARGS -DEIGEN_TEST_NO_OPENGL=1 -DEIGEN_BUILD_PKGCONFIG=0 -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/eigen3-installed
)

View File

@ -21,5 +21,5 @@ set (opm-autodiff_DEPS
dune-cornerpoint;
opm-core REQUIRED"
# Eigen
"Eigen3 3.1.2 "
"Eigen3 3.2.0 "
)