-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[v-hacd] Add new port #11606
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
[v-hacd] Add new port #11606
Conversation
I'm not really sure why the build fails on arm64 or uwp. I'd like to get it working if possible through build options. If not then add them as unsupported. I have no way of testing those directly myself. |
@dhkatz
So you can add the unsupported info. |
@NancyLi1013 Everything seems good now |
Co-authored-by: NancyLi1013 <[email protected]>
Need to test features. |
All features have passed with the following triplets:
|
) | ||
|
||
configure_file(cmake/vhacd-config.cmake | ||
- "${CMAKE_CURRENT_BINARY_DIR}/vhacd/vhacd-config.cmake" |
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.
Not sure why we are renaming config targets
Thanks for the PR! |
* Add v-hacd * [v-hacd] Fix portfile features * [v-hacd] Only support static linkage * [v-hacd] Fix patchfile * [v-hacd] Remove ARM as a supported platform * [v-hacd] Update ports/v-hacd/portfile.cmake Co-authored-by: NancyLi1013 <[email protected]> Co-authored-by: NancyLi1013 <[email protected]>
Describe the pull request
What does your PR fix? Adds https://github.com/kmammou/v-hacd
Which triplets are supported/not supported? Have you updated the CI baseline? Supports all triplets but ARM.
Does your PR follow the maintainer guide?