Closed
Description
openedon Dec 24, 2022
To reproduce:
- offline build julia 1.8.4 from source with julia-1.8.4-full.tar.gz
- failing with the following log when configuring llvm
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
Workaround:
Add LLVM_CMAKE=-DITTAPI_SOURCE_DIR=<local checkout of ittapi>
to make flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment