Skip to content

Commit

Permalink
Rename project to pylibraft.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 4, 2022
1 parent 922130d commit 45ed3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pylibraft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)
set(raft_version 22.06.00)

# TODO: This link needs to be changed back to the mainline branch of rapids-cmake before the PR is merged.
file(DOWNLOAD https://raw.githubusercontent.com/vyasr/rapids-cmake/rapids-cython/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/vyasr/rapids-cmake/cf54c7d6e215c1188e1b9eb660565bdf42b83b64/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

project(
raft-python
pylibraft
VERSION ${raft_version}
LANGUAGES # TODO: Building Python extension modules via the python_extension_module requires the C
# language to be enabled here. The test project that is built in scikit-build to verify
Expand Down

0 comments on commit 45ed3ca

Please sign in to comment.