Skip to content

Commit

Permalink
LLVM 18.1.8 (#131)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 21, 2024
2 parents 88a3cbe + 286a8a5 commit 04e1556
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.7
- 18.1.8
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MACOSX_DEPLOYMENT_TARGET: # [linux]
version:
- 16.0.6
- 17.0.6
- 18.1.7
- 18.1.8

# everything below is zipped
cross_target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if version is not defined %}
{% set version = "18.1.7" %}
{% set version = "18.1.8" %}
{% endif %}
{% set major_ver = version.split(".")[0] %}
# first version requiring `__osx >=10.13`; libcxx 18 still in progress
Expand Down

0 comments on commit 04e1556

Please sign in to comment.