Skip to content

Commit

Permalink
LLVM v19.1.2 (#146)
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 Oct 17, 2024
2 parents 9986a8a + d02c9bb commit 99787db
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 37 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:
- 19.1.1
- 19.1.2
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:
- 19.1.1
- 19.1.2
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:
- 19.1.1
- 19.1.2
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:
- 19.1.1
- 19.1.2
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:
- 19.1.1
- 19.1.2
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:
- 19.1.1
- 19.1.2
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

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

24 changes: 12 additions & 12 deletions README.md

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

1 change: 0 additions & 1 deletion azure-pipelines.yml

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:
- 17.0.6
- 18.1.8
- 19.1.1
- 19.1.2

# 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 = "19.1.0" %}
{% set version = "19.1.2" %}
{% endif %}
{% set major_ver = version.split(".")[0] %}
# in the past we've had to uncouple the compiler version from the version
Expand Down

0 comments on commit 99787db

Please sign in to comment.