-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[level-zero] v1.20.0 version #43054
base: master
Are you sure you want to change the base?
[level-zero] v1.20.0 version #43054
Conversation
Looks like it's expected as per https://github.com/oneapi-src/level-zero/blob/master/source/CMakeLists.txt#L52-L66 Created PR to upstream oneapi-src/level-zero#254 to have pkg-config files on all platforms and update vcpkg patch. |
a7942ef
to
4633ac9
Compare
When testing usage, the following error occurs:
test.cpp#include <iostream> #include "level-zero/ze_api.h" CMakeLists.txtcmake_minimum_required (VERSION 3.8) |
4633ac9
to
1a39c2e
Compare
Include directory is incorrect, must be I wonder why has |
It assumes that prefix is defined in the .pc file and computes other paths depending on the value of |
1a39c2e
to
af6d866
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@MonicaLiu0311 |
BTW, upstream patch has been merged |
The header file is found via the |
af6d866
to
b3cdb33
Compare
@MonicaLiu0311 an official release came out where my patch is present. |
Required for #43053 to use vcpkg's level-zero via pkg-config