yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11008
[Branch ~yade-pkg/yade/git-trunk] Rev 4043: Revert "Revert "Set minimal required Eigen3 version 3.2.1"" / Thanks Anton for uploading the back...
------------------------------------------------------------
revno: 4043
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Wed 2014-06-25 20:18:39 +0200
message:
Revert "Revert "Set minimal required Eigen3 version 3.2.1"" / Thanks Anton for uploading the backport
This reverts commit 56bb96e9d50ac2e803df5a7003388696ff95c43a.
modified:
CMakeLists.txt
doc/sphinx/installation.rst
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-06-25 14:24:36 +0000
+++ CMakeLists.txt 2014-06-25 18:18:39 +0000
@@ -134,9 +134,9 @@
INCLUDE_DIRECTORIES(${EIGEN3_INCLUDE_DIR})
MESSAGE(STATUS "Found Eigen3, version: ${EIGEN3_VERSION}")
- # Minimal recommended version 3.2.1
+ # Minimal required version 3.2.1
IF ((${EIGEN3_MAJOR_VERSION} LESS 2) OR ((${EIGEN3_MAJOR_VERSION} EQUAL 2) AND (${EIGEN3_MINOR_VERSION} LESS 1)))
- MESSAGE(WARNING "Minimal recommended Eigen3 version is 3.2.1")
+ MESSAGE(FATAL_ERROR "Minimal required Eigen3 version is 3.2.1, please update Eigen3!")
ENDIF ((${EIGEN3_MAJOR_VERSION} LESS 2) OR ((${EIGEN3_MAJOR_VERSION} EQUAL 2) AND (${EIGEN3_MINOR_VERSION} LESS 1)))
SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} Eigen3")
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst 2014-06-23 16:21:06 +0000
+++ doc/sphinx/installation.rst 2014-06-25 18:18:39 +0000
@@ -115,7 +115,7 @@
* `libQGLViewer <http://www.libqglviewer.com>`_
* `python <http://www.python.org>`_, `numpy <http://numpy.scipy.org>`_, `ipython <http://ipython.scipy.org>`_
* `matplotlib <http://matplotlib.sf.net>`_
-* `eigen3 <http://eigen.tuxfamily.org>`_ algebra library (minimal recommended version 3.2.1)
+* `eigen3 <http://eigen.tuxfamily.org>`_ algebra library (minimal required version 3.2.1)
* `gdb <http://www.gnu.org/software/gdb>`_ debugger
* `sqlite3 <http://www.sqlite.org>`_ database engine
* `Loki <http://loki-lib.sf.net>`_ library