From e8be972ee19dc517ec670d19475dace254890346 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 26 Feb 2024 16:15:49 -0600 Subject: [PATCH] Remove -DNVBench_ENABLE_CUPTI=OFF. (#1325) The `-DNVBench_ENABLE_CUPTI=OFF` flag is no longer needed because of https://github.com/rapidsai/rapids-cmake/pull/504. NVBench CUPTI support is now disabled by default. Authors: - Bradley Dice (https://github.com/bdice) - Paul Taylor (https://github.com/trxcllnt) Approvers: - Ray Douglass (https://github.com/raydouglass) - Mark Harris (https://github.com/harrism) URL: https://github.com/rapidsai/cuspatial/pull/1325 --- conda/recipes/libcuspatial/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda/recipes/libcuspatial/build.sh b/conda/recipes/libcuspatial/build.sh index e942f6094..4c6da113e 100644 --- a/conda/recipes/libcuspatial/build.sh +++ b/conda/recipes/libcuspatial/build.sh @@ -1,5 +1,4 @@ # Copyright (c) 2018-2023, NVIDIA CORPORATION. # build cuspatial with verbose output -./build.sh -v libcuspatial tests benchmarks --allgpuarch -n \ - --cmake-args=\"-DNVBench_ENABLE_CUPTI=OFF\" +./build.sh -v libcuspatial tests benchmarks --allgpuarch -n