On Sun, May 17, 2020, 06:37 Christian Tantardini <[email protected]> wrote:
> Dear All, > > I would like to compile on my MAC but unfortunately without results. > This the command: > > cmake -DBUILD_CSGAPPS=ON -DBUILD_XTP=ON > -S"/Users/christian.tantardini/softs/votca-master/" > -B"/Users/christian.tantardini/softs/votca-master/build_dir/" > -DLLVM_INCLUDE_DIR="/usr/local/Cellar/llvm/10.0.0_3/include/" > -DLLVM_LIB="/usr/local/Cellar/llvm/10.0.0_3/lib" > -DMKL_INCLUDE_DIR="/usr/local/Cellar/mkl-dnn/1.4/include/" > -DMKL_LIB="/usr/local/Cellar/mkl-dnn/1.4/lib/" > > > This the answer: > > CMake Warning at CMakeLists.txt:102 (_find_package): > > By not providing "FindMKL.cmake" in CMAKE_MODULE_PATH this project has > > asked CMake to find a package configuration file provided by "MKL", but > > CMake did not find one. > > > Could not find a package configuration file provided by "MKL" with any of > > the following names: > > > MKLConfig.cmake > > mkl-config.cmake > > > Add the installation prefix of "MKL" to CMAKE_PREFIX_PATH or set > "MKL_DIR" > > to a directory containing one of the above files. If "MKL" provides a > > separate development package or SDK, be sure it has been installed. > > Call Stack (most recent call first): > > CMakeLists.txt:112 (find_package) > > > > CMake Error at CMakeLists.txt:122 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/tools > > > does not contain a CMakeLists.txt file. > > > > CMake Error at CMakeLists.txt:124 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/csg > > > does not contain a CMakeLists.txt file. > > > > CMake Error at CMakeLists.txt:126 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/csg-tutorials > > > does not contain a CMakeLists.txt file. > > > > CMake Error at CMakeLists.txt:132 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/csgapps > > > does not contain a CMakeLists.txt file. > > > > CMake Error at CMakeLists.txt:136 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/xtp > > > does not contain a CMakeLists.txt file. > > > > CMake Error at CMakeLists.txt:138 (add_subdirectory): > > The source directory > > > /Users/christian.tantardini/softs/votca-master/xtp-tutorials > > > does not contain a CMakeLists.txt file. > > > > -- Could NOT find SPHINX (missing: SPHINX_EXECUTABLE) > > -- The following features have been enabled: > > > * BUILD_CSGAPPS, Build extra app using csg > > * BUILD_XTP, Build xtp module > > > -- The following OPTIONAL packages have been found: > > > * Doxygen > > Needed to build API documentation > > > -- The following features have been disabled: > > > * BUILD_CSG_MANUAL, Build csg-manual > > * ENABLE_TESTING, Enable unit tests > > * ENABLE_RPATH_INJECT, Inject rpath into executables > > * BUILD_OWN_GROMACS, Build an internal version of gromacs > > > -- The following OPTIONAL packages have not been found: > > > * MKL > > Enables accelerated performance with MKL > > * LLVM > > Needed for automatic code formatting with clang-format > > > -- Configuring incomplete, errors occurred! > > See also > "/Users/christian.tantardini/softs/votca-master/build_dir/CMakeFiles/CMakeOutput.log". > > > Could you please help me? > I think you forgot the "--recursive" option when cloning. Christoph > > Best Regards, > > Christian. > > -- > 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/50593a04-ba38-43a7-8d71-ac2d0cc75358%40googlegroups.com > <https://groups.google.com/d/msgid/votca/50593a04-ba38-43a7-8d71-ac2d0cc75358%40googlegroups.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/CAHG27e56idUuP2BR4Ryf%2B30J3fBiivhi7xnt0n7YhqP4r0vKhA%40mail.gmail.com.
