Skip to content

Commit

Permalink
revert version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 7, 2025
1 parent 4de4a1d commit 4a7d932
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# limitations under the License.
#=============================================================================

set(CUGRAPH_MIN_VERSION_raft "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}.00")
set(CUGRAPH_BRANCH_VERSION_raft "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}")
set(CUGRAPH_MIN_VERSION_raft "${CUGRAPH_VERSION_MAJOR}.${CUGRAPH_VERSION_MINOR}.00")
set(CUGRAPH_BRANCH_VERSION_raft "${CUGRAPH_VERSION_MAJOR}.${CUGRAPH_VERSION_MINOR}")

function(find_and_configure_raft)

Expand Down
5 changes: 3 additions & 2 deletions cpp/libcugraph_etl/cmake/thirdparty/get_cudf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ function(find_and_configure_cudf)

endfunction()

set(CUGRAPH_ETL_MIN_VERSION_cudf "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}.00")
set(CUGRAPH_ETL_BRANCH_VERSION_cudf "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}")
set(CUGRAPH_ETL_MIN_VERSION_cudf "${CUGRAPH_ETL_VERSION_MAJOR}.${CUGRAPH_ETL_VERSION_MINOR}.00")
set(CUGRAPH_ETL_BRANCH_VERSION_cudf "${CUGRAPH_ETL_VERSION_MAJOR}.${CUGRAPH_ETL_VERSION_MINOR}")


# Change pinned tag and fork here to test a commit in CI
# To use a different cuDF locally, set the CMake variable
Expand Down
5 changes: 3 additions & 2 deletions cpp/libcugraph_etl/cmake/thirdparty/get_cugraph.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ function(find_and_configure_cugraph)

endfunction()

set(CUGRAPH_ETL_MIN_VERSION_cugraph "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}.00")
set(CUGRAPH_ETL_BRANCH_VERSION_cugraph "${RAPIDS_VERSION_MAJOR}.${RAPIDS_VERSION_MINOR}")
set(CUGRAPH_ETL_MIN_VERSION_cugraph "${CUGRAPH_ETL_VERSION_MAJOR}.${CUGRAPH_ETL_VERSION_MINOR}.00")
set(CUGRAPH_ETL_BRANCH_VERSION_cugraph "${CUGRAPH_ETL_VERSION_MAJOR}.${CUGRAPH_ETL_VERSION_MINOR}")


# Change pinned tag and fork here to test a commit in CI
# To use a different cuGraph locally, set the CMake variable
Expand Down

0 comments on commit 4a7d932

Please sign in to comment.