From d2c0b724ad1f05eb132234c3281ca28ac7e5ed7d Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Tue, 17 Sep 2024 14:53:04 -0700 Subject: [PATCH] WIP: remove conda_build_config.yaml changes to fix builds. --- conda_build_config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/conda_build_config.yaml b/conda_build_config.yaml index 0de48e14..1bf958cd 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -24,14 +24,14 @@ c_stdlib_version: - ${{ "10.14" if osx and x86_64 }} - ${{ "11.0" if osx and arm64 }} -# Project overrides -macos_min_version: # [osx and x86_64] - - 10.15 # [osx and x86_64] -macos_machine: # [osx] - - x86_64-apple-darwin13.4.0 # [osx and x86_64] - - arm64-apple-darwin20.0.0 # [osx and arm64] -MACOSX_DEPLOYMENT_TARGET: # [osx] - - 11.0 # [osx and arm64] - - 10.15 # [osx and x86_64] -CONDA_BUILD_SYSROOT: - - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64] +# # Project overrides +# macos_min_version: # [osx and x86_64] +# - 10.15 # [osx and x86_64] +# macos_machine: # [osx] +# - x86_64-apple-darwin13.4.0 # [osx and x86_64] +# - arm64-apple-darwin20.0.0 # [osx and arm64] +# MACOSX_DEPLOYMENT_TARGET: # [osx] +# - 11.0 # [osx and arm64] +# - 10.15 # [osx and x86_64] +# CONDA_BUILD_SYSROOT: +# - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]