-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplify wheel CI scripts, other small packaging changes (#6190)
Fixes #6023 Proposes some miscellaneous packaging cleanup: * updates `rapids-dependency-file-generator` to its latest version (1.17.0) in pre-commit config * removes unused `PACKAGE_CUDA_SUFFIX` in `build_wheel.sh` * removes unnecessary `pip install cmake` in `test_wheel.sh` - *there are aarch64 `treelite` wheels now: https://pypi.org/project/treelite/#files* * CMake option cleanup: - adds `BUILD_PRIMS_BENCH OFF`, removes `BUILD_BENCH OFF` in `get_raft.cmake` (matching changes to RAFT from 23.04: rapidsai/raft#1304) - removes unnecessary `BUILD_CUML_PRIMS_BENCH` ([nothing uses this](https://github.com/search?q=org%3Arapidsai+%22BUILD_CUML_PRIMS_BENCH%22+AND+NOT+is%3Aarchived&type=code)) - removes unnecessary `CUML_USE_FAISS_STATIC` ([nothing uses this](https://github.com/search?q=org%3Arapidsai+%22CUML_USE_FAISS_STATIC%22+AND+NOT+is%3Aarchived&type=code)) * `dependencies.yaml` changes: - breaks some dependencies out into `depends_on_*` groups to reduce duplication, and for consistency with other RAPIDS projects ([docs explaining this](https://github.com/rapidsai/build-planning/blob/d9e3c606d95c835ee384ac6480a4af0ac6cb024a/docs/docs/packaging.md#L181)) - alphabetizes dependency lists Authors: - James Lamb (https://github.com/jameslamb) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #6190
- Loading branch information
Showing
8 changed files
with
247 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.