Skip to content

Commit

Permalink
Merge pull request #23 from bdice/fix-append
Browse files Browse the repository at this point in the history
Fix append
  • Loading branch information
adibbley authored Jun 29, 2023
2 parents 6a3beef + 2c0ebed commit 7f506c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/deactivate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 7f506c3

Please sign in to comment.