Skip to content
Snippets Groups Projects
Commit dae430ee authored by Lars Bilke's avatar Lars Bilke
Browse files

[Conan,eve] Use Eigen-3.2.9.

parent 90c78eff
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,13 @@ class OpenGeoSysConan(ConanFile):
"Boost/[>=1.56.0]@lasote/stable", \
"Shapelib/1.3.0@bilke/stable", \
"VTK/[>=6.3,<7.1]@bilke/stable", \
"Eigen3/3.2.8@bilke/stable", \
"Eigen3/3.2.9@bilke/stable", \
"libgeotiff/1.4.2@bilke/stable", \
"Qt/5.6.2@bilke/testing"
generators = "cmake"
default_options = \
"Boost:shared=False", \
"Boost:header_only=True", \
"Qt:xmlpatterns=True"
......
......@@ -6,7 +6,7 @@ module load gcc/4.8.1-3
# Libraries
module load boost/1.62.0-1
module load eigen/3.2.8-1-cmake
module load eigen/3.2.9-1-cmake
module load vtk/6.3.0_openmpi-1.8.4-noqt-1
# Tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment