Kyle Edwards

Results 18 issues of 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

improvement
non-breaking

## 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. - [ ]...

bug
5 - DO NOT MERGE
non-breaking

## 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...

5 - DO NOT MERGE

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...

CLA Signed
ignore