Skip to content

Commit

Permalink
Workaround cmake issues with nvcomp 4.0.1 release reporting as 4.0.1.0 (
Browse files Browse the repository at this point in the history
#2388)

Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe authored Sep 9, 2024
1 parent bb696ae commit c652798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ci/submodule-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ rapids_cmake_sha=$(git -C ${LIBCUDF_BUILD_PATH}/_deps/rapids-cmake-src/ rev-pars
echo "Update rapids-cmake pinned SHA1 to ${rapids_cmake_sha}"
echo "${rapids_cmake_sha}" > thirdparty/cudf-pins/rapids-cmake.sha

# Bash the wrong nvcomp version to the correct version until
# nvcomp version mismatch is fixed. https://github.com/rapidsai/cudf/issues/16772.
echo "Workaround nvcomp 4.0.1 / 4.0.1.0 versioning issues"
sed -i 's/4\.0\.1\.0/4.0.1/' thirdparty/cudf-pins/versions.json

# Do the git add after the build so that we get
# the updated versions.json generated by the build
echo "Update cudf submodule to ${cudf_sha} with updated pinned versions"
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"11" : "11.x",
"12" : "12.x"
},
"version" : "4.0.1.0"
"version" : "4.0.1"
},
"nvtx3" :
{
Expand Down

0 comments on commit c652798

Please sign in to comment.