On Fri, Apr 24, 2020, 21:00 Salman Bin Kashif <[email protected]> wrote:
> Thank you, Christoph. I now tried installing v 1.6. I am trying on local > machine for now since it is easier to install all the dependencies. > > Initially, my cmake version was old which was 3.5.1 and on installing > votca it was throwing an error that minimum 3.10 version is required for > cmake. Hence I manually installed cmake version 3.16.5 > > I verified cmake installation by checking the cmake --version > > However, on installing the votca back I got the following error: > > Could not find a configuration file for package "Eigen3" that is compatible > with requested version "3.3.0". > > The following configuration files were considered but not accepted: > > /usr/lib/cmake/eigen3/Eigen3Config.cmake, version: unknown > This error means the Eigen3 you have installed is too old. Eigen-3.3.0 got released back in Nov. 2016, so that isn't very new either. What version do you have installed? Christoph > Would I have to install specific cmake version? > > > On Fri, Apr 24, 2020 at 9:10 PM Christoph Junghans <[email protected]> > wrote: > >> Votca-1.4.1 was released back in Sept. 2017 and we don't really >> support such old versions anymore. >> If you don't have a strong reason to use v1.4.1 try to use Votca-1.6. >> see https://github.com/votca/votca/blob/master/README.md >> >> >> On Fri, Apr 24, 2020 at 6:59 PM Salman Bin Kashif <[email protected]> >> wrote: >> > >> > I am trying to Install Votca on cluster. In have loaded the required >> modules there. However, I am getting an error in terms of finding the >> package.I used the following command: >> > >> > cmake -DCMAKE_INSTALL_PREFIX=${prefix} -DWITH_FFTW=OFF >> -DWITH_SQLITE3=OFF .. >> > >> > The error message I get is: >> > >> > -- Boost version: 1.53.0 >> > -- Found the following Boost libraries: >> > -- program_options >> > -- filesystem >> > -- system >> > -- checking for module 'gsl' >> > -- package 'gsl' not found >> > -- Could NOT find GSL (missing: GSL_LIBRARY GSL_INCLUDE_DIR) >> > -- Intel(R) MKL could not be found. >> > -- >> > -- The following OPTIONAL packages have been found: >> > >> > * PkgConfig >> > * EXPAT >> > * Doxygen >> > >> > -- The following REQUIRED packages have been found: >> > >> > * Threads >> > * Boost (required version >= 1.39.0) >> > >> > -- The following OPTIONAL packages have not been found: >> > >> > * GSL >> > * MKL >> > >> > -- Could NOT find TXT2TAGS (missing: TXT2TAGS_EXECUTABLE) >> > txt2tags not found, help cmake to find it by setting TXT2TAGS_EXECUTABLE >> > -- Boost version: 1.53.0 >> > -- Found the following Boost libraries: >> > -- program_options >> > -- filesystem >> > -- system >> > -- checking for module 'libvotca_tools' >> > -- package 'libvotca_tools' not found >> > CMake Error at >> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): >> > Could NOT find SQLITE3 (missing: SQLITE3_INCLUDE_DIR) >> > Call Stack (most recent call first): >> > /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 >> (_FPHSA_FAILURE_MESSAGE) >> > csg/CMakeModules/FindSQLITE3.cmake:34 >> (find_package_handle_standard_args) >> > csg/CMakeModules/FindVOTCA_TOOLS.cmake:32 (find_package) >> > csg/CMakeLists.txt:83 (find_package) >> Usually WITH_SQLITE3=OFF should disable the search for sqlite3, >> something funky is going on here as L32 in v1.4.1 isn't actually >> checking for sqlite3: >> https://github.com/votca/csg/blob/v1.4.1/CMakeModules/FindVOTCA_CSG.cmake >> Please check you are using the correct version of csg. >> >> Christoph >> > >> > >> > -- Configuring incomplete, errors occurred! >> > See also "/home/sbinkas/votca/build/CMakeFiles/CMakeOutput.log". >> > See also "/home/sbinkas/votca/build/CMakeFiles/CMakeError.log". >> > >> > >> > -- >> > Join us on Slack: https://join.slack.com/t/votca/signup >> > --- >> > 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/votca/187cdc4c-6526-4716-8532-d60341aec7a1%40googlegroups.com >> . >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de >> >> -- >> Join us on Slack: https://join.slack.com/t/votca/signup >> --- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/votca/CAHG27e5T9%2BYxURMfUrr8nVyERKqD1yMGGRMONw09eNeUggHNew%40mail.gmail.com >> . >> > -- > Join us on Slack: https://join.slack.com/t/votca/signup > --- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/votca/CAFwyQHy-N%3DpNKX4tQ-KXSU6Aghh23Af%2Bg_M1pJiAB8KsQAi-UQ%40mail.gmail.com > <https://groups.google.com/d/msgid/votca/CAFwyQHy-N%3DpNKX4tQ-KXSU6Aghh23Af%2Bg_M1pJiAB8KsQAi-UQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Join us on Slack: https://join.slack.com/t/votca/signup --- 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 view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4RwoWm-NDRSYAZPzycT%3DKAoOnK-HZ8JYVCC0Ej5X_%2BEA%40mail.gmail.com.
