Skip to content

Commit

Permalink
Merge pull request #137 from h-vetinari/19
Browse files Browse the repository at this point in the history
LLVM 19.1.0.rc3
  • Loading branch information
h-vetinari authored Aug 22, 2024
2 parents 76c5b95 + c656c7c commit 52e3513
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 41 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 @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
cdt_name:
- cos7
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -27,7 +27,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
cdt_name:
- cos7
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -27,7 +27,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge,conda-forge/label/llvm_rc
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
cross_target_platform:
Expand All @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 19.1.0.rc2
- 19.1.0.rc3
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
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 @@ -12,7 +12,7 @@ version:
- 16.0.6
- 17.0.6
- 18.1.8
- 19.1.0.rc2
- 19.1.0.rc3

# switch over release flag style cleanly across compiler versions, see #112
meson_release_flag:
Expand Down
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# of the C++ stdlib; keep the variable in case this happens again
{% set libcxx_major = major_ver %}

{% if CBUILD is not defined %}
{% set CBUILD = "dummy" %}
{% endif %}

{% set build_number = 19 %}

# pretend this variable is used, so that smithy populates the variant configs
Expand Down

0 comments on commit 52e3513

Please sign in to comment.