From f40dc615252738573058533b8f046b9c195af9b5 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 12 Oct 2023 15:18:36 +1100 Subject: [PATCH] Revert "Revert "drop LLVM 15"" This reverts commit 9301ebff8c0166fc81a3993d7d24d1de22ada501. --- recipe/conda_build_config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index da78b07..876c15d 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -28,12 +28,10 @@ MACOSX_SDK_VERSION: # [osx and x86_64] - "10.13" # [osx and x86_64] # as of LLVM 17, we need 10.13 for MACOSX_DEPLOYMENT_TARGET --> part of zip MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] - - "10.9" # [osx and x86_64] - "10.9" # [osx and x86_64] - "10.13" # [osx and x86_64] llvm_version: - - 15.0 - 16.0 - 17.0