Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.2, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2022.10.24.04.43.29
  • Loading branch information
h-vetinari committed Oct 24, 2022
1 parent f0fe2c7 commit bb4b6c1
Show file tree
Hide file tree
Showing 16 changed files with 280 additions and 24 deletions.
24 changes: 18 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 10 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

7 changes: 5 additions & 2 deletions .azure-pipelines/azure-pipelines-win.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 @@ -27,3 +27,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
31 changes: 31 additions & 0 deletions .ci_support/linux_64_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libcurl:
- '7'
openssl:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
35 changes: 35 additions & 0 deletions .ci_support/linux_aarch64_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libcurl:
- '7'
openssl:
- '3'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
31 changes: 31 additions & 0 deletions .ci_support/linux_ppc64le_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libcurl:
- '7'
openssl:
- '3'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
33 changes: 33 additions & 0 deletions .ci_support/osx_64_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
MACOSX_SDK_VERSION:
- '10.12'
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
libcurl:
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
- '3'
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
31 changes: 31 additions & 0 deletions .ci_support/osx_arm64_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
libcurl:
- '7'
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
- '3'
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ openssl:
- 1.1.1
target_platform:
- win-64
zlib:
- '1.2'
20 changes: 20 additions & 0 deletions .ci_support/win_64_openssl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aws_c_common:
- 0.8.2
aws_c_event_stream:
- 0.2.15
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
libcurl:
- '7'
openssl:
- '3'
target_platform:
- win-64
zlib:
- '1.2'
66 changes: 54 additions & 12 deletions README.md

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

0 comments on commit bb4b6c1

Please sign in to comment.