Skip to content

Commit

Permalink
(#22849) rmm: add v24.04.00, bump deps
Browse files Browse the repository at this point in the history
* rmm: add v24.02.00, bump deps

* rmm: bump 24.02.00->24.04.00

---------

Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
  • Loading branch information
valgur and AbrilRBS authored Apr 20, 2024
1 parent 26bc315 commit 4d82681
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions recipes/rmm/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"24.04.00":
url: "https://github.com/rapidsai/rmm/archive/v24.04.00a.tar.gz"
sha256: "47a5d28a99165fc6e1f02399e0cc8b304f5bbc9aaf2071288ae92638ecdf516c"
"23.10.00":
url: "https://github.com/rapidsai/rmm/archive/v23.10.00.tar.gz"
sha256: "4e2408073662fdfd92ca21d87f7d2afc64d2595fd5a1e3fa321d3472cfbd7f7a"
Expand Down
4 changes: 2 additions & 2 deletions recipes/rmm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def layout(self):

def requirements(self):
self.requires("thrust/1.17.2")
self.requires("spdlog/1.12.0")
self.requires("fmt/10.1.1")
self.requires("spdlog/1.13.0")
self.requires("fmt/10.2.1")

def package_id(self):
self.info.clear()
Expand Down
2 changes: 2 additions & 0 deletions recipes/rmm/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"24.04.00":
folder: all
"23.10.00":
folder: all
"23.06.00":
Expand Down

0 comments on commit 4d82681

Please sign in to comment.