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

Build for LLVM 17 #62

Merged
merged 6 commits into from
Oct 12, 2023
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
24 changes: 12 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.

48 changes: 24 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.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ macos_machine:
target_platform:
- linux-64
zip_keys:
- - llvm_version
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ macos_machine:
target_platform:
- linux-64
zip_keys:
- - llvm_version
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_platform:
- osx-64
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libuuid:
- '2'
llvm_version:
- '17.0'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- linux-64
zip_keys:
- - macos_machine
- cross_platform
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ macos_machine:
target_platform:
- linux-64
zip_keys:
- - llvm_version
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ macos_machine:
target_platform:
- linux-64
zip_keys:
- - llvm_version
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_platform:
- osx-arm64
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libuuid:
- '2'
llvm_version:
- '17.0'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
- linux-64
zip_keys:
- - macos_machine
- cross_platform
zlib:
- '1.2'

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
Expand All @@ -21,8 +21,6 @@ target_platform:
zip_keys:
- - llvm_version
- MACOSX_DEPLOYMENT_TARGET
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
Expand All @@ -21,8 +21,6 @@ target_platform:
zip_keys:
- - llvm_version
- MACOSX_DEPLOYMENT_TARGET
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ target_platform:
zip_keys:
- - llvm_version
- MACOSX_DEPLOYMENT_TARGET
- channel_sources
- channel_targets
- - macos_machine
- cross_platform
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_platform:
- osx-64
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '15'
llvm_version:
- '17.0'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- osx-64
zip_keys:
- - llvm_version
- MACOSX_DEPLOYMENT_TARGET
- - macos_machine
- cross_platform
zlib:
- '1.2'
Loading