On Fri, Jul 13, 2018 at 9:31 AM, Wujie Wang <[email protected]> wrote: > Many thanks for your prompt reply. > > We are using Ubuntu 16.04 and it seems that the base version for EIGEN3 is > 3.3~beta1-2, according to http://neuro.debian.net/pkgs/libeigen3-dev.html > > I found a similar issue here: > https://github.com/OpenNMT/CTranslate/issues/22 > > I am wondering if there is any hint on upgrading to 3.3 here other than > apt-get install? Eigen3 is header-based library, so you can just get the tarball, unpack it and point CMake to it with -DEIGEN3_INCLUDE_DIR=/path/to/your/eigen.
Christoph > > Thanks > > > On Thu, Jul 12, 2018 at 11: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! >> >> 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 >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "votca" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/votca/kTwKhho7Is8/unsubscribe. >> To unsubscribe from this group and all its topics, 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. > > > -- > 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 -- 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.
