Closed
Description
CMake Error at lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt:20 (message):
git clone https://github.com/intel/ittapi.git failed with No such file or
directory, please clone https://github.com/intel/ittapi.git
-- Configuring incomplete, errors occurred!
@vchuravy had asked to check the value for WITH_ITTAPI
. It's set to 0, as in the 1.9.1 tagged commit. Changing it to 1 did not help.
LLVM's CMakeCache.txt
contained:
419 //No help, variable specified on the command line.
420 ITTAPI_SOURCE_DIR:UNINITIALIZED=/tmp/julia-1.9.1/deps/srccache/ittapi-0014aec56fea2f30c1374f40861e1bccdd53d0cb
There exists deps/srccache/ittapi-0014aec56fea2f30c1374f40861e1bccdd53d0cb.tar.gz
, but it hasn't been extracted?