Kyle Edwards
Kyle Edwards
Scikit-build-core already supports the `cmake.prefix` entry point, which appends the value to `CMAKE_PREFIX_PATH`. In theory, this will allow projects that install `lib/cmake//-config.cmake` to automatically be found by consuming projects. However,...
Only run tests based on things that have actually changed. For example, if only Python files have changed, we don't need to run the C++ tests. Contributes to https://github.com/rapidsai/build-planning/issues/94
## Description Contributes to https://github.com/rapidsai/shared-workflows/issues/251 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ]...
## Description Tests https://github.com/rapidsai/shared-workflows/pull/249 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ] The...
It would be nice if the `--exclude` argument supported wildcards, like so: ``` auditwheel repair --exclude 'libexternallib.so.*' my_wheel.whl ```
Fixes https://github.com/pypa/auditwheel/issues/500
CMake maintainer here, diagnosing the CMake crash from https://github.com/facebookresearch/faiss/pull/3549. I'm going to run `git bisect` on the CMake git history to find the exact commit that caused the regression, and...