Skip to content

Commit

Permalink
Merge pull request #204 from regro-cf-autotick-bot/rebuild-pypy38-0-1…
Browse files Browse the repository at this point in the history
…_h0f7bf7

Rebuild for PyPy3.8 and PyPy3.9
  • Loading branch information
h-vetinari authored Jul 26, 2022
2 parents 23335f6 + 7901c8a commit dcb89d7
Show file tree
Hide file tree
Showing 39 changed files with 792 additions and 114 deletions.
24 changes: 24 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

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

75 changes: 27 additions & 48 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,45 @@
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
python_impl:
- pypy
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
Expand Up @@ -19,11 +19,11 @@ fortran_compiler:
fortran_compiler_version:
- '10'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcblas:
- 3.8 *netlib
- 3.9 *netlib
liblapack:
- 3.8 *netlib
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
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
Expand Up @@ -19,11 +19,11 @@ fortran_compiler:
fortran_compiler_version:
- '10'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcblas:
- 3.8 *netlib
- 3.9 *netlib
liblapack:
- 3.8 *netlib
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ fortran_compiler:
fortran_compiler_version:
- '10'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcblas:
- 3.8 *netlib
- 3.9 *netlib
liblapack:
- 3.8 *netlib
- 3.9 *netlib
numpy:
- '1.21'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-aarch64
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
Expand Up @@ -23,11 +23,11 @@ fortran_compiler:
fortran_compiler_version:
- '10'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcblas:
- 3.8 *netlib
- 3.9 *netlib
liblapack:
- 3.8 *netlib
- 3.9 *netlib
numpy:
- '1.19'
pin_run_as_build:
Expand Down
Loading

0 comments on commit dcb89d7

Please sign in to comment.