On Thu, Oct 15, 2020 at 1:01 PM sandipan c <[email protected]> wrote: > > Hi, > > I am trying to install VOTCA in my desktop, having Ubuntu 16.04. I have > installed all the dependencies. The cmake version is 3.18. But, when I type > the command "cmake -B builddir -DBUILD_CSGAPPS=ON -DBUILD_XTP=ON > -DCMAKE_INSTALL_PREFIX=${prefix} votca", I get the following error: > -------------------------------------------------------------------------------------------------------------------------- > -- MKL: Thread Layer(Intel OpenMP) Interface(4-byte Integer) > -- Could NOT find MKL: Source the compilervars.sh or mklvars.sh scripts > included with your installation of MKL. This script searches for the > libraries in MKLROOT, LIBRARY_PATHS(Linux), and LIB(Windows) environment > variables (missing: MKL_INCLUDE_DIR MKL_Core_LINK_LIBRARY > MKL_Interface_LINK_LIBRARY MKL_ThreadLayer_LINK_LIBRARY) > -- Could NOT find MKL: Source the compilervars.sh or mklvars.sh scripts > included with your installation of MKL. This script searches for the > libraries in MKLROOT, LIBRARY_PATHS(Linux), and LIB(Windows) environment > variables (missing: MKL_INCLUDE_DIR MKL_Core_STATIC_LINK_LIBRARY > MKL_Interface_STATIC_LINK_LIBRARY MKL_ThreadLayer_STATIC_LINK_LIBRARY) > -- MKL: Thread Layer(Intel OpenMP) Interface(4-byte Integer) > -- Could NOT find MKL: Source the compilervars.sh or mklvars.sh scripts > included with your installation of MKL. This script searches for the > libraries in MKLROOT, LIBRARY_PATHS(Linux), and LIB(Windows) environment > variables (missing: MKL_INCLUDE_DIR MKL_Core_LINK_LIBRARY > MKL_Interface_LINK_LIBRARY MKL_ThreadLayer_LINK_LIBRARY) > -- Could NOT find MKL: Source the compilervars.sh or mklvars.sh scripts > included with your installation of MKL. This script searches for the > libraries in MKLROOT, LIBRARY_PATHS(Linux), and LIB(Windows) environment > variables (missing: MKL_INCLUDE_DIR MKL_Core_STATIC_LINK_LIBRARY > MKL_Interface_STATIC_LINK_LIBRARY MKL_ThreadLayer_STATIC_LINK_LIBRARY) > CMake Error at CMakeLists.txt:112 (_find_package): > 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 > > Call Stack (most recent call first): > tools/CMakeLists.txt:75 (find_package) > > > -- Configuring incomplete, errors occurred! > See also > "/media/sandipan/124a8887-6d75-4321-bb42-1c9f00e06fcc/Sandipan/VOTCA/builddir/CMakeFiles/CMakeOutput.log". > See also > "/media/sandipan/124a8887-6d75-4321-bb42-1c9f00e06fcc/Sandipan/VOTCA/builddir/CMakeFiles/CMakeError.log". > ---------------------------------------------------------------------- > > Could anyone please help regarding how to solve this problem. You can ignore all the MKL messages, but you will need to install a newer version of the eigen3 package.
Christoph > > Thanks, > Sandipan > > -- > 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/f4cfe23c-e9c2-40ed-b756-d158038fbbc0n%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/CAHG27e769JpSOT8tDa6FdNVc6oA54ek14%2BSUYv9GTCa0hVwO-Q%40mail.gmail.com.
