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 PyPy3.8 and PyPy3.9 #61

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
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-64
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-aarch64
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
Expand Down
43 changes: 43 additions & 0 deletions .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
migrator_ts: 1647123563
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: False
longterm: True
use_local: False
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 10
bump_number: 1
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
ignored_deps_per_node:
matplotlib:
- pyqt

python:
- 3.8.* *_73_pypy # [not (osx and arm64)]
- 3.9.* *_73_pypy # [not (osx and arm64)]
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.20 # [not (osx and arm64)]
- 1.20 # [not (osx and arm64)]
python_impl:
- pypy # [not (osx and arm64)]
- pypy # [not (osx and arm64)]
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- osx-64
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/win_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- win-64
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- win-64
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ numpy:
- '1.23'
- '1.20'
- '1.20'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
target_platform:
- win-64
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ source:
- patches/0006-add-bigobj-to-swigfaiss-compile-options-on-windows.patch

build:
number: 3
number: 4
skip: true # [linux and cuda_compiler_version == "10.2"]
# always crashes
skip: true # [win and cuda_compiler_version in ("11.0", "11.1")]
Expand Down