On Tue, Oct 8, 2019 at 5:54 AM Кирилл Максимович Шеповалов <[email protected]> wrote: > > Greating all! > > Please, help me with VOTCA installation. > > I received the follow error massage, after entering "make": > > txt2tags not found, help cmake to find it by setting TXT2TAGS_EXECUTABLE This doesn't matter as txt2tags is just needed to build documentation.
> CMake Warning: > Manually-specified variables were not used by the project: > > USE_CPU_MKL Yeah as CMake suggests USE_CPU_MKL is not used by VOTCA and hence changes nothing. MKL is really only needed for votca-xtp, you can compile without MKL, by setting CMAKE_DISABLE_FIND_PACKAGE_MKL=ON when you call CMake. Christoph > > > Current git revision is 1f6316d > make[2]: *** No rule to make target 'MKL_ThreadLayer_LINK_LIBRARY-NOTFOUND', > needed by 'tools/src/libtools/libvotca_tools.so.6'. Stop. > make[1]: *** [tools/src/libtools/CMakeFiles/votca_tools.dir/all] Error 2 > make: *** [all] Error 2 > make: *** No rule to make target 'check'. Stop. > Current git revision is 1f6316d > make[2]: *** No rule to make target 'MKL_ThreadLayer_LINK_LIBRARY-NOTFOUND', > needed by 'tools/src/libtools/libvotca_tools.so.6'. Stop. > make[1]: *** [tools/src/libtools/CMakeFiles/votca_tools.dir/all] Error 2 > make: *** [all] Error 2 > > If you have any ideas, answer me, please. > > Sinserely, > Kirill Shepovalov > > -- > 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/ab2846c9-2ebb-4a71-8a14-a2a6eddada3d%40googlegroups.com. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e7tBxWQ%2BjXMAee-n3JAYkvFTmOj42JWKU_fdgv%2B6dNPKg%40mail.gmail.com.
