Skip to content

IGSC detection #545

Open
Open
@servesh

Description

@servesh

Adding IGSC (Intel(R) Graphics System Controller Firmware Update Library (IGSC FU)) (https://github.com/intel/igsc) sources to the same directory level as compute runtime, results in CMake picking up config from the sources instead of install location which results in this error.

CMake Error at /tmp/intel-gpu-umd/driver/igsc/lib/cmake/igscConfig.cmake:3 (include):
  include could not find requested file:

    /tmp/intel-gpu-umd/driver/igsc/lib/cmake/igscTargets.cmake
Call Stack (most recent call first):
  level_zero/CMakeLists.txt:82 (find_package)

It also seems the IGSC include directory is hardcoded in level_zero/CMakeLists.txt making it non-configurable.

How can one specify the location of the IGSC install directory?

Metadata

Metadata

Assignees

No one assigned

    Labels

    L0 SysmanIssue related to L0 Sysman

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions