From caa121886181c77830f1f580fa92c93432d2e146 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 22 Jan 2024 11:04:10 -0600 Subject: [PATCH] Remove -DNVBench_ENABLE_CUPTI=OFF. --- 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