Skip to content

Commit

Permalink
Rebuild for python310
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 5, 2022
2 parents c8f81c6 + 26a3a00 commit 651a614
Show file tree
Hide file tree
Showing 72 changed files with 1,116 additions and 176 deletions.
42 changes: 33 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

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

42 changes: 30 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.yml

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

5 changes: 4 additions & 1 deletion .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
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
hdf5:
- 1.12.1
libffi:
- '3.4'
libpng:
- '1.6'
mpi:
- mpich
numpy:
- '1.21'
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERBOSE_CM:
- VERBOSE=1
bzip2:
- '1'
c_compiler:
Expand All @@ -17,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -52,8 +50,6 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
- python_impl
Loading

0 comments on commit 651a614

Please sign in to comment.