Skip to content

Commit

Permalink
Rebuild for libprotobuf 4.25.1 (#72)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
2 parents 0142c11 + 7f37b57 commit b163ebd
Show file tree
Hide file tree
Showing 34 changed files with 1,034 additions and 76 deletions.
52 changes: 46 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.

44 changes: 38 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

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

22 changes: 19 additions & 3 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 @@ -16,12 +16,10 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
flatbuffers:
- 23.5.26
gflags:
- '2.2'
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,10 +28,6 @@ pugixml:
- '1.14'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
snappy:
- '1'
target_platform:
Expand All @@ -43,5 +37,3 @@ tbb_devel:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
39 changes: 39 additions & 0 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
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
flatbuffers:
- 23.5.26
libabseil:
- '20230802'
libprotobuf:
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pugixml:
- '1.14'
python:
- 3.11.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
39 changes: 39 additions & 0 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
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
flatbuffers:
- 23.5.26
libabseil:
- '20230802'
libprotobuf:
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pugixml:
- '1.14'
python:
- 3.12.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
39 changes: 39 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
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
flatbuffers:
- 23.5.26
libabseil:
- '20230802'
libprotobuf:
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pugixml:
- '1.14'
python:
- 3.8.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
39 changes: 39 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
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
flatbuffers:
- 23.5.26
libabseil:
- '20230802'
libprotobuf:
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pugixml:
- '1.14'
python:
- 3.9.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
flatbuffers:
- 23.5.26
gflags:
- '2.2'
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -34,10 +32,6 @@ pugixml:
- '1.14'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
snappy:
- '1'
target_platform:
Expand All @@ -47,5 +41,3 @@ tbb_devel:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Loading

0 comments on commit b163ebd

Please sign in to comment.