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 pypy37 #45

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 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.

8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.18'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
33 changes: 33 additions & 0 deletions .ci_support/linux_64_numpy1.19python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.18'
pin_run_as_build:
Expand Down
35 changes: 35 additions & 0 deletions .ci_support/linux_aarch64_numpy1.19python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.18'
pin_run_as_build:
Expand Down
Loading