Closed Tradias closed 1 year ago
Thanks for posting this issue, you can add it like vcpkg-tool-meson
or vcpkg-tool-gn
.
Fixing by PR #29261
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
I am planning on contributing the port files of OSPRay, OpenVLK and rkcommon that I have created. They depend on ISPC. I currently use
find_program
in their port files to acquire the system installed variant of it, but that will certainly not work for the vcpkg pipelines here. Therefore my question, how to best handle it? Adding it to vcpkg_find_acquire_program sounds like an option, but since ISPC is a compiler, I am not sure that is the right place (seeing that compilers are generally expected to be provided through toolchain files).See also previous issues on ISPC: https://github.com/microsoft/vcpkg/issues/15846, https://github.com/microsoft/vcpkg/issues/8698