Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2023.05.24.18.03.31
  • Loading branch information
regro-cf-autotick-bot committed May 24, 2023
1 parent 6cedfaa commit af07cc0
Show file tree
Hide file tree
Showing 19 changed files with 272 additions and 46 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.

11 changes: 7 additions & 4 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 @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
Expand Down
29 changes: 29 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- '4.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
Expand Down
33 changes: 33 additions & 0 deletions .ci_support/linux_aarch64_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- '4.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
Expand Down
29 changes: 29 additions & 0 deletions .ci_support/linux_ppc64le_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- '4.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
7 changes: 0 additions & 7 deletions .ci_support/migrations/libabseil20230125.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
libabseil:
- '20230125'
libprotobuf:
Expand Down
29 changes: 29 additions & 0 deletions .ci_support/osx_64_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
libprotobuf:
- '4.23'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- osx-64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
libabseil:
- '20230125'
libprotobuf:
Expand Down
27 changes: 27 additions & 0 deletions .ci_support/osx_arm64_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
libprotobuf:
- '4.23'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- osx-arm64
File renamed without changes.
23 changes: 23 additions & 0 deletions .ci_support/win_64_libprotobuf4.23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
libabseil:
- '20230125'
libprotobuf:
- '4.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

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

Loading

0 comments on commit af07cc0

Please sign in to comment.