Skip to content

Offline build from julia-1.8.4-full.tar.gz failes dues to missing source for ittapi #47989

Closed

Description

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

Metadata

Assignees

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions