From 7e6190ba2d8404a807e03772ba1477740cba7d49 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Fri, 26 Apr 2024 10:20:33 +0300 Subject: [PATCH] libcudacxx: bump to v2.3.2 --- recipes/libcudacxx/all/conandata.yml | 8 ++++---- recipes/libcudacxx/config.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/libcudacxx/all/conandata.yml b/recipes/libcudacxx/all/conandata.yml index 3c102ed7962a1..50074d138aed5 100644 --- a/recipes/libcudacxx/all/conandata.yml +++ b/recipes/libcudacxx/all/conandata.yml @@ -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" diff --git a/recipes/libcudacxx/config.yml b/recipes/libcudacxx/config.yml index 1189a9f0d6328..2a29dcaf86c27 100644 --- a/recipes/libcudacxx/config.yml +++ b/recipes/libcudacxx/config.yml @@ -1,5 +1,5 @@ versions: - "2.3.0": + "2.3.2": folder: all "2.2.0": folder: all