Skip to content

Commit

Permalink
bump MACOSX_DEPLOYMENT_TARGET to 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 30, 2023
1 parent a6effbb commit e21b872
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
macos_machine:
- x86_64-apple-darwin13.4.0
- arm64-apple-darwin20.0.0
MACOSX_SDK_VERSION: # [osx and x86_64]
- 10.13 # [osx and x86_64]
cross_platform:
- osx-64
- osx-arm64
Expand All @@ -19,6 +17,14 @@ c_compiler_version: # [osx]
cxx_compiler_version: # [osx]
- "*" # [osx]

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
Expand All @@ -42,5 +48,6 @@ zip_keys:
- uname_machine
-
- llvm_version
- MACOSX_DEPLOYMENT_TARGET # [osx and x86_64]
- channel_sources
- channel_targets
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ requirements:
- llvmdev {{ llvm_version }}.*
- libuuid # [linux]
- tapi
run:
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]

outputs:
- name: cctools_{{ cross_platform }}
Expand Down

0 comments on commit e21b872

Please sign in to comment.