Skip to content

Commit

Permalink
FIX passing c api flag from python to build it in wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 2, 2024
1 parent d2f0ffb commit 835078f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/cuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ requirements:
{% endif %}
- cuda-version ={{ cuda_version }}
- cython >=3.0.0
- dlpack >= 0.8
- pylibraft {{ minor_version }}
- libcuvs {{ version }}
- python x.x
Expand Down
1 change: 1 addition & 0 deletions python/cuvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ endif()

if(NOT cuvs_FOUND)
set(BUILD_TESTS OFF)
set(BUILD_C_LIBRARY ON)
set(CUDA_STATIC_RUNTIME ON)

add_subdirectory(../../cpp cuvs-cpp EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 835078f

Please sign in to comment.