Skip to content

Commit

Permalink
remove LLVM 15
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 6, 2023
1 parent a0ab6a6 commit 4abb2f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,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]

version:
- 15.0.7
- 16.0.6
- 17.0.2

Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# keep build number increments for old compiler versions as necessary
{% if major_ver | int <= 16 %}
{% set build_number = build_number + 1 %}
{% elif major_ver | int <= 15 %}
{% set build_number = build_number + 4 %}
{% endif %}

package:
Expand Down

0 comments on commit 4abb2f7

Please sign in to comment.