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

Rebuild for protobuf423 #342

Merged
64 changes: 48 additions & 16 deletions .azure-pipelines/azure-pipelines-linux.yml

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

56 changes: 40 additions & 16 deletions .azure-pipelines/azure-pipelines-osx.yml

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

28 changes: 20 additions & 8 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
@@ -0,0 +1,59 @@
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
exiv2:
- '0.27'
expat:
- '2'
gdal:
- '3.7'
geos:
- 3.11.2
gsl:
- '2.7'
icu:
- '72'
libgdal:
- '3.7'
libprotobuf:
- 4.23.2
libspatialindex:
- 1.9.3
libzip:
- '1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
postgresql:
- '15'
proj:
- 9.2.0
pyqt:
- '5.15'
python:
- 3.10.* *_cpython
qt_main:
- '5.15'
qtkeychain:
- '0.14'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
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
exiv2:
- '0.27'
expat:
- '2'
gdal:
- '3.7'
geos:
- 3.11.2
gsl:
- '2.7'
icu:
- '72'
libgdal:
- '3.7'
libprotobuf:
- 4.23.2
libspatialindex:
- 1.9.3
libzip:
- '1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
postgresql:
- '15'
proj:
- 9.2.0
pyqt:
- '5.15'
python:
- 3.11.* *_cpython
qt_main:
- '5.15'
qtkeychain:
- '0.14'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
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
exiv2:
- '0.27'
expat:
- '2'
gdal:
- '3.7'
geos:
- 3.11.2
gsl:
- '2.7'
icu:
- '72'
libgdal:
- '3.7'
libprotobuf:
- 4.23.2
libspatialindex:
- 1.9.3
libzip:
- '1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
postgresql:
- '15'
proj:
- 9.2.0
pyqt:
- '5.15'
python:
- 3.8.* *_cpython
qt_main:
- '5.15'
qtkeychain:
- '0.14'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Loading