Skip to content

Commit

Permalink
minor cleanup to build_wheel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 6, 2023
1 parent 02b8918 commit c8f0968
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,13 @@ if [[ ${PACKAGE_CUDA_SUFFIX} == "-cu12" ]]; then
sed -i "s/cupy-cuda11x/cupy-cuda12x/g" ${pyproject_file}
fi

echo "The package name and/or version was modified in the package source. The git diff is:"
git diff

pip install --upgrade pip

# 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


# First build the C++ lib using CMake via the run script
echo "libcucim version: `cat VERSION_CPP`"
./run build_local all ${CMAKE_BUILD_TYPE}
Expand Down

0 comments on commit c8f0968

Please sign in to comment.