Skip to content

Commit

Permalink
libcudacxx: bump to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 26, 2024
1 parent 588aab9 commit 7e6190b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions recipes/libcudacxx/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sources:
"2.3.0":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.3.0.tar.gz"
sha256: "922c9e72a7d6d91ef6a1421f2545a947529a179d307853be1b1615c02241c271"
"2.3.2":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.3.2.tar.gz"
sha256: "7251733c68a05bcb9671dfb0d37e55a5219843d5ba88370234e28bb3c98d545c"
"2.2.0":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.2.0.tar.gz"
sha256: "e27678a9d583f9994e591367e864425e722050a9ee1d721b2bd736b442b768d4"
patches:
"2.3.0":
"2.3.2":
- patch_file: "patches/2.2.0-001-adjust-libcudacxx-config.cmake.patch"
patch_description: "Adapt the official libcudacxx-config.cmake to be compatible with Conan"
patch_type: "conan"
Expand Down
2 changes: 1 addition & 1 deletion recipes/libcudacxx/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
"2.3.0":
"2.3.2":
folder: all
"2.2.0":
folder: all

0 comments on commit 7e6190b

Please sign in to comment.