Skip to content

Commit

Permalink
Pinning cuco to a specific commit hash for release (#1741)
Browse files Browse the repository at this point in the history
Using the latest `cuco` commit hash as the `GIT_TAG` for release purposes.  See also RAFT PR rapidsai/raft#304 .
Also updated a debug message.

NOTE: using `skip-ci` until rapidsai/raft#304 is merged.
NOTE: The commit hash will likely be reverted to `dev` in 21.10 during development, then a new hash will be used for 21.10 release, and so on.

Authors:
  - Rick Ratzel (https://github.com/rlratzel)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: #1741
  • Loading branch information
rlratzel authored Jul 28, 2021
1 parent 7f17b27 commit 7c603dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_cuco.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function(find_and_configure_cuco VERSION)
GLOBAL_TARGETS cuco cuco::cuco
CPM_ARGS
GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git
GIT_TAG dev
GIT_TAG b1fea0cbe4c384160740af00f7c8760846539abb
OPTIONS "BUILD_TESTS OFF"
"BUILD_BENCHMARKS OFF"
"BUILD_EXAMPLES OFF"
Expand Down
3 changes: 1 addition & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function(find_and_configure_raft)
OPTIONS "BUILD_TESTS OFF"
)

message(VERBOSE "CUML: Using RAFT located in ${raft_SOURCE_DIR}")
message(VERBOSE "CUGRAPH: Using RAFT located in ${raft_SOURCE_DIR}")

endfunction()

Expand All @@ -45,4 +45,3 @@ find_and_configure_raft(VERSION ${CUGRAPH_MIN_VERSION_raft}
FORK rapidsai
PINNED_TAG branch-${CUGRAPH_BRANCH_VERSION_raft}
)

0 comments on commit 7c603dd

Please sign in to comment.