Vyas Ramasubramani
Vyas Ramasubramani
/ok to test
No feel free to retarget. I'm going to merge all of the gcc bumps in early 25.10
/merge
Here is a minimal reproducer: ```yaml context: name: fizzbuzz version: ${{ env.get("FIZZBUZZ_VERSION") }} major_version: ${{ (env.get("FIZZBUZZ_VERSION") | split("."))[0] }} package: name: ${{ name|lower }} version: ${{ version }} source: path:...
Upon further inspection, the custom find modules aren't leveraging [the built-in (since 3.25) CMake cufile support](https://cmake.org/cmake/help/latest/module/FindCUDAToolkit.html#cuda-toolkit-cufile) and are instead finding from scratch. If the built-in module works as-is then we...
@LecrisUT this PR should capture some of the cases you mentioned in https://github.com/scikit-build/scikit-build-core/pull/808#issuecomment-2247300794. Are there others that you would like to see added?
@henryiii this is currently a draft mostly so that I can collect ideas from you and @LecrisUT on other tests we might want to add, so let me know what...
OK I think I've addressed most of the requests. Some notes: - I have not yet included any imports traversing up the hierarchy because those would cause circular imports. I'm...
No problem at all! Thank you for getting back to this. I think we can open this up for review.
@henryiii I've updated the branch here and it should be ready for you to take a look.