From 5c6e4d445b1b3e3e504a88de27a6ee3f40f8423b Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 20 Jan 2023 11:40:12 -0500 Subject: [PATCH] Update to libcudacxx 1.9.1 to have a version >= CUDA Toolkit 12 (#343) libcudacxx 1.9.1 fixes the issues found when merging: https://github.com/rapidsai/rapids-cmake/pull/332 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: None URL: https://github.com/rapidsai/rapids-cmake/pull/343 --- rapids-cmake/cpm/versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids-cmake/cpm/versions.json b/rapids-cmake/cpm/versions.json index a8e2849f..727c7ca0 100644 --- a/rapids-cmake/cpm/versions.json +++ b/rapids-cmake/cpm/versions.json @@ -54,9 +54,9 @@ ] }, "libcudacxx" : { - "version" : "1.8.1", + "version" : "1.9.1", "git_url" : "https://github.com/NVIDIA/libcudacxx.git", - "git_tag" : "${version}" + "git_tag" : "branch/${version}" }, "cuco" : { "version" : "0.0.1",