Skip to content

Commit

Permalink
Fix NVTX3 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe committed May 24, 2024
1 parent 6d68216 commit 44b54d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ target_link_libraries(
-Wl,--whole-archive
${CUDFJNI_LIB}
cudf::cudf
nvtx3-cpp
nvtx3::nvtx3-cpp
-Wl,--no-whole-archive
${PARQUET_LIB}
${THRIFT_LIB}
Expand Down
18 changes: 9 additions & 9 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.06"
},
"NVTX3" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e170594ac7cf1dac584da473d4ca9301087090c1",
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"cuco" :
{
"always_download" : true,
Expand Down Expand Up @@ -148,11 +140,19 @@
},
"version" : "3.0.6"
},
"nvtx3" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e170594ac7cf1dac584da473d4ca9301087090c1",
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"rmm" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "46e153c18d17b07526d6ff2e04859fcbbd706879",
"git_tag" : "dc1e17a03ed2dbc9329ccecc27922e414250f45a",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.06"
},
Expand Down

0 comments on commit 44b54d1

Please sign in to comment.