Skip to content

Commit

Permalink
REL v24.08.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 7, 2024
1 parent 3a9cccb commit ac50b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpp/examples/downstream/cmake/get_kvikio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ function(find_and_configure_kvikio MIN_VERSION)

endfunction()

find_and_configure_kvikio("24.06")
find_and_configure_kvikio("24.08")
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@ dependencies:
common:
- output_types: conda
packages: &libkvikio_packages
- libkvikio==24.8.*
- libkvikio==24.8.*,>=0.0.0a0
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==24.8.*
- libkvikio-cu12==24.8.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==24.8.*
- libkvikio-cu11==24.8.*,>=0.0.0a0
- {matrix: null, packages: *libkvikio_packages}
build-py-wrapper:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.0",
"libkvikio==24.8.*",
"libkvikio==24.8.*,>=0.0.0a0",
"ninja",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit ac50b45

Please sign in to comment.