From 8d1794bff032c8799a30db5cf2aad6b6db512199 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 29 Jun 2023 07:21:14 -0500 Subject: [PATCH 1/2] Fix APPEND. --- recipe/deactivate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/deactivate.sh b/recipe/deactivate.sh index fa6c180..4767e7f 100644 --- a/recipe/deactivate.sh +++ b/recipe/deactivate.sh @@ -8,6 +8,6 @@ fi if [[ ! -z "${NVCC_APPEND_FLAGS_BACKUP+x}" ]] then - export NVCC_PREPEND_FLAGS="${NVCC_APPEND_FLAGS_BACKUP}" + export NVCC_APPEND_FLAGS="${NVCC_APPEND_FLAGS_BACKUP}" unset NVCC_APPEND_FLAGS_BACKUP fi From 2c0ebed5fde5dd1838fc9a18bb3606179cb6c7a5 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 29 Jun 2023 07:21:45 -0500 Subject: [PATCH 2/2] Bump build number. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f3003a1..39f4d85 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: sha256: 5db25d4fd138013b563f9a3d1d87f7de7df1dac014fd4cccdfbb3435a5cff761 build: - number: 8 + number: 9 skip: true # [osx or win] skip: true # [target_platform != "linux-64" and target_platform != cross_target_platform]