mkdir build
cd build
cmake -DBLAS=Atlas -DPYTHON_EXECUTABLE=/usr/bin/python3.9 -DPYTHON_INCLUDE_DIR=/usr/include/python3.9 -DPYTHON_LIBRARY=/usr/lib64/
libpython3.9.so -Dpython_version=3 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -ggdb -O0 -Wno-error=*" -DCMAKE_C_FLAGS_DEBUG="-g -ggdb -O0 -Wno-error=*" -DCMAKE_VERBOSE_MAKEFILE=ON ..
make all
And got the following error message:
CMake Error at /home/krtsmn/Develop/comp_vision/dnn/intel_caffe/build/MKLDNN_Build-prefix/tmp/MKLDNN_Build-gitupdate.cmake:205 (message):
Failed to checkout tag: '9a865c2b935e611f4ea451a26bebe45ec5ef4160
Please, advise, how to cope with the error.
Thank you.
Gena.