Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Rebuild for PyPy3.8 and PyPy3.9 #98

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
15 changes: 10 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 8 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

12 changes: 8 additions & 4 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
Expand Up @@ -17,7 +17,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
python_impl:
- pypy
target_platform:
Expand Down
27 changes: 27 additions & 0 deletions .ci_support/linux_64_python3.9.____73_pypypython_implpypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
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:
- - python
- python_impl
53 changes: 53 additions & 0 deletions .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
migrator_ts: 1647123563
__migrator:
migration_number: 1
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
wait_for_migrators:
- python310
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python:
- 3.7.* *_cpython # [not (osx and arm64)]
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 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.19 # [not (osx and arm64)]
- 1.19
- 1.19
- 1.21
- 1.19 # [not (osx and arm64)]
- 1.19 # [not (osx and arm64)]
python_impl:
- cpython # [not (osx and arm64)]
- cpython
- cpython
- cpython
- pypy # [not (osx and arm64)]
- pypy # [not (osx and arm64)]
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
python_impl:
- pypy
target_platform:
Expand Down
27 changes: 27 additions & 0 deletions .ci_support/osx_64_python3.9.____73_pypypython_implpypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
python_impl:
- pypy
target_platform:
Expand Down
21 changes: 21 additions & 0 deletions .ci_support/win_64_python3.9.____73_pypypython_implpypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- m2w64-toolchain
m2w64_cxx_compiler:
- m2w64-toolchain
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
target_platform:
- win-64
zip_keys:
- - python
- python_impl
45 changes: 33 additions & 12 deletions README.md

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

6 changes: 3 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
azure:
store_build_artifacts: true
build_platform:
osx_arm64: osx_64
conda_forge_output_validation: true
test_on_native_only: true
github:
branch_name: main
tooling_branch_name: main
azure:
store_build_artifacts: True
test_on_native_only: true
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
patches:

build:
number: 0
number: 1

outputs:
- name: aesara-base
Expand Down