On Thu, Jul 12, 2018 at 9:11 PM, Christoph Junghans <[email protected]> wrote: > > > On Thu, Jul 12, 2018 at 21:06 <[email protected]> wrote: >> >> Hey VOTCA community >> >> I am new to VOTCA and CMAKE. >> I was trying to install votca. During the build process, it outputs a >> cmake error: >> >> CMake Error at >> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 >> (message): >> Could NOT find EIGEN3: Found unsuitable version "3.2.92", but required >> is >> at least "3.3.0" (found /usr/include/eigen3) >> >> >> While my eigen3 version is 3.3~beta1-2, so it gets confused over the >> EIGEN3 version? > > A beta is a pre-release version and hence counts as before 3.3.0! > > Try to update your version! One more detail, CMake just reads the version from /usr/include/eigen3/Eigen/src/Core/util/Macros.h, so there is no magic going on.
We haven't tested VOTCA with Eigen Version less than 3.3, so you might be in luck and it is still possible. Christoph > > Christoph >> >> >> Would appreciate any help and hint >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "votca" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/votca. >> For more options, visit https://groups.google.com/d/optout. > > -- > Christoph Junghans > Web: http://www.compphys.de -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
