Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/rc' into 16.0.0_hd703d8
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 18, 2023
2 parents c34a7d6 + f7ed5c2 commit 0eab233
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.14'
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
Expand Down
10 changes: 8 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ c_compiler: # [osx]
cxx_compiler: # [osx]
- clang_bootstrap # [osx]

channel_targets:
- conda-forge llvm_rc

channel_sources:
- conda-forge/label/llvm_rc,conda-forge

# libcxx only supports the last released GCC version, see
# https://releases.llvm.org/13.0.0/projects/libcxx/docs/index.html#platform-and-compiler-support
c_compiler_version: # [linux]
- 11 # [linux]
- 12 # [linux]
cxx_compiler_version: # [linux]
- 11 # [linux]
- 12 # [linux]

MACOSX_SDK_VERSION: # [osx and x86_64]
- 10.14 # [osx and x86_64]
Expand Down

0 comments on commit 0eab233

Please sign in to comment.