Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM 18.1.2 #123

Merged
merged 4 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

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

49 changes: 25 additions & 24 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 @@ -33,6 +33,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ MACOSX_DEPLOYMENT_TARGET:
cdt_name:
- cos6
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge llvm_rc
- conda-forge main
cross_target_platform:
- osx-64
docker_image:
Expand All @@ -25,14 +25,11 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.0.rc4
- 18.1.2
zip_keys:
- - cross_target_platform
- macos_machine
- meson_cpu_family
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ MACOSX_DEPLOYMENT_TARGET:
cdt_name:
- cos6
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge llvm_rc
- conda-forge main
cross_target_platform:
- osx-arm64
docker_image:
Expand All @@ -25,14 +25,11 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.0.rc4
- 18.1.2
zip_keys:
- - cross_target_platform
- macos_machine
- meson_cpu_family
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
CBUILD:
- x86_64-apple-darwin13.4.0
FINAL_PYTHON_SYSCONFIGDATA_NAME:
- _sysconfigdata_x86_64_apple_darwin13_4_0
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- osx-64
macos_machine:
- x86_64-apple-darwin13.4.0
meson_cpu_family:
- x86_64
target_platform:
- osx-64
uname_kernel_release:
- 13.4.0
uname_machine:
- x86_64
version:
- 18.1.2
zip_keys:
- - cross_target_platform
- macos_machine
- meson_cpu_family
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
- - version
- channel_sources
- channel_targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
CBUILD:
- x86_64-apple-darwin13.4.0
FINAL_PYTHON_SYSCONFIGDATA_NAME:
- _sysconfigdata_arm64_apple_darwin20_0_0
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- osx-arm64
macos_machine:
- arm64-apple-darwin20.0.0
meson_cpu_family:
- aarch64
target_platform:
- osx-64
uname_kernel_release:
- 20.0.0
uname_machine:
- arm64
version:
- 18.1.2
zip_keys:
- - cross_target_platform
- macos_machine
- meson_cpu_family
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME

This file was deleted.

Loading
Loading