From 24b7e66bf72d7b150c4221c5fed362d0bd0f98c7 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 31 Oct 2024 13:02:06 +1100 Subject: [PATCH] take c_stdlib_version out of CUDA-zip this allows separate overrides for the c_stdlib_version and the image (the latter can easily be set using `os_version` in `conda-forge.yml`) --- recipe/conda_build_config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 89bff7fe86..7fc17185b3 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -16,8 +16,6 @@ m2w64_c_stdlib: # [win] - m2w64-toolchain # [win] c_stdlib_version: # [unix] - 2.17 # [linux] - - 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - - 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - 10.13 # [osx and x86_64] - 11.0 # [osx and arm64] cxx_compiler: @@ -185,7 +183,6 @@ zip_keys: - c_compiler_version # [unix] - cxx_compiler_version # [unix] - fortran_compiler_version # [unix] - - c_stdlib_version # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - cuda_compiler # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - cuda_compiler_version # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - docker_image # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True" and os.environ.get("BUILD_PLATFORM", "").startswith("linux-")]