-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[WIP] enable using vcpkg for Dawn #24699
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
base: main
Are you sure you want to change the base?
Conversation
|
||
vcpkg_from_github( | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO fs-eire/dawn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will update to official dawn before merging.
currently using my fork for easier iteration.
# explicitly set the jinja2 and markupsafe directories to empty strings | ||
# when they are empty, the python script will import them from the system | ||
# | ||
# pip install jinja2 markupsafe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to manage these 2 dependencies?
we can use the pip install
on the CI machine, but it's easy to fail on a local build. Better to have a way to allow vcpkg to do that for us.
a797876
to
511ac36
Compare
c2dc78d
to
b2634fd
Compare
Description
Still WIP.
changes in dawn: fs-eire/dawn@ort-main...ort-vcpkg
Motivation and Context