cucim
cucim copied to clipboard
build wheels without build isolation, print sccache stats in builds
Description
Contributes to https://github.com/rapidsai/build-planning/issues/108 Contributes to https://github.com/rapidsai/build-planning/issues/111
Proposes some small packaging/CI changes, matching similar changes being made across RAPIDS.
- removes the use of build isolation in wheel builds
- printing
sccachestats to CI logs - reducing
pip's verbosity in wheel building scripts - using the RAPIDS conventions
py_build_{project}andpy_rapids_build_{project}independencies.yaml - updating to the latest
rapids-dependency-file-generator(v1.16.0)