Skip to content
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

dawn is not building #22

Open
nisaldilshan opened this issue Jun 19, 2024 · 4 comments
Open

dawn is not building #22

nisaldilshan opened this issue Jun 19, 2024 · 4 comments

Comments

@nisaldilshan
Copy link

the branch "dawn" is no longer building.

may be due to the usage of "EXCLUDE_FROM_ALL".
add_subdirectory(${dawn_SOURCE_DIR} ${dawn_BINARY_DIR} EXCLUDE_FROM_ALL)

@eliemichel
Copy link
Owner

What error do you get on your side when trying to build it?

(If your remark is related to LearnWebGPU-Code's GitHub Actions, it is because they used to only test with wgpu-native and I just added Dawn-based tests as well but had not configured linux dependencies correctly!)

@nisaldilshan nisaldilshan changed the title dawn in not building dawn is not building Jun 26, 2024
@nisaldilshan
Copy link
Author

nisaldilshan commented Jun 26, 2024

Hi @eliemichel ,
I was creating a conan package for your dawn webgpu distribution and I could not build dawn without removing "EXCLUDE_FROM_ALL" from FetchDawn.cmake file.

Here is my conan file.
https://github.com/nisaldilshan/WebGPU-distribution/blob/main/conanfile.py

@eliemichel
Copy link
Owner

What error message/symptom did you experience?

@eliemichel
Copy link
Owner

NB: Once we figure this out, I'll be happy to merge your conan config file :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants