From 592bb7b4b339fb8a3c117341b0c04a91a98c604f Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 18 Apr 2023 14:33:56 -0500 Subject: [PATCH] fix typo --- recipe/cross_compile_support.sh | 2 +- recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/cross_compile_support.sh b/recipe/cross_compile_support.sh index 08f8cf46..d92f052e 100755 --- a/recipe/cross_compile_support.sh +++ b/recipe/cross_compile_support.sh @@ -65,7 +65,7 @@ if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then "libcusparse_devel:libcusparse" "libnpp_devel:libnpp" "libnvjpeg_devel:libnvjpeg" - "cuda-compat:nvidia_driver" + "cuda_compat:nvidia_driver" ) # add additional packages to manifest with same version (and formatting) # as for key "from_old" specified in the mapping above diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6448939b..ee4582af 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "conda-forge-ci-setup" %} -{% set version = "3.30.0" %} +{% set version = "3.30.1" %} {% set build = 0 %} {% set cuda_compiler_version = cuda_compiler_version or "None" %} {% if cuda_compiler_version == "None" %}