On Sun, May 17, 2020 at 10:04 AM Christian Tantardini
<[email protected]> wrote:
>
> I have done git without -b ${'1.6'}
> and it works but after that the same problem that it cannot see MKL and LLVM.
>
> воскресенье, 17 мая 2020 г., 18:59:05 UTC+3 пользователь Christian Tantardini 
> написал:
>>
>> I have downloaded the zip version and unzipped without git clone.
>> Now that I have tried this is the message.
>>
>> git clone -b ${'1.6'} --recursive https://github.com/votca/votca.git
>>
>> zsh: bad substitution
There is a syntax error here, try:
git clone -b v1.6 --recursive https://github.com/votca/votca.git

>>
>>
>> воскресенье, 17 мая 2020 г., 15:41:03 UTC+3 пользователь Christoph Junghans 
>> написал:
>>>
>>>
>>>
>>> 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.
>
> --
> 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/0f55251d-3f5a-4f8c-bab3-5d926818f9d5%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/CAHG27e74ezK%2BkxXhpW%3DJQj3WJxrsrw%2BpOmihq83xy1%3Dv12cXnw%40mail.gmail.com.

Reply via email to