-
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
[chronoengine] New port #29070
[chronoengine] New port #29070
Conversation
@FrankXie05 |
@BillyONeal Let me know if you agree with me. |
There are many many unguarded
This stuff needs to not build a subtly different package because someone happens to have some of these installed first. |
(To clarify, you don't need to mess with every optional dependency that is indeed guarded by an off option. You do, however, need to demonstrate that those are so guarded. Patching more things to be |
I will create a patch. |
@BillyONeal Please review. |
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.
.\vcpkg.exe install chronoengine:x64-windows pass
.\vcpkg.exe install chronoengine[irrlicht]:x64-windows pass
.\vcpkg.exe install chronoengine[vehicle]:x64-windows pass
.\vcpkg.exe install chronoengine[irrlicht,vehicle]:x64-windows pass
Thanks for the new port!
Describe the pull request
Add chrono port.
What does your PR fix?
Fixes #...
Which triplets are supported/not supported? Have you updated the CI baseline?
<all / linux, windows, ...>, <Yes/No>
Does your PR follow the maintainer guide?
Your answer
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/