Skip to content

Commit

Permalink
Update ci/build_wheel.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
grlee77 and bdice authored Oct 31, 2023
1 parent 488dfc6 commit 661c188
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ git diff

pip install --upgrade pip

#CMake version in the container is too old, install a new version in the python venv
pip install "cmake>=3.26.4" ninja
# Install pip build dependencies (not yet using pyproject.toml)
rapids-dependency-file-generator \
--file_key "py_build" \
--output "requirements" \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee build_requirements.txt
pip install -r build_requirements.txt

# Building the libjpeg-turbo dependency requires YASM
# Also need to install openslide dev libraries on the system
Expand Down

0 comments on commit 661c188

Please sign in to comment.