-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciesregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionsystem:macAffects only macOSAffects only macOS
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?
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciesregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionsystem:macAffects only macOSAffects only macOS