Skip to content

Commit

Permalink
Merge pull request #18 from bollwyvl/fix-pypy
Browse files Browse the repository at this point in the history
Add pypy
  • Loading branch information
bollwyvl authored Jan 2, 2021
2 parents 4558b21 + aac7d8d commit cf89e3e
Show file tree
Hide file tree
Showing 20 changed files with 208 additions and 38 deletions.
20 changes: 12 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

19 changes: 11 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

21 changes: 21 additions & 0 deletions .ci_support/linux_64_python3.6.____73_pypypython_implpypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
43 changes: 43 additions & 0 deletions .ci_support/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
- cuda_compiler_version
- docker_image
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers.
# do not use mamba to check if the issued PRs are solvable
check_solvable: false

python:
- 3.6.* *_cpython # [not (osx and arm64)]
- 3.7.* *_cpython # [not (osx and arm64)]
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not (win64 or (osx and arm64))]

numpy:
- 1.16 # [not (osx and arm64)]
- 1.16 # [not (osx and arm64)]
- 1.16
- 1.18 # [not (win64 or (osx and arm64))]

python_impl:
- cpython # [not (osx and arm64)]
- cpython # [not (osx and arm64)]
- cpython
- pypy # [not (win64 or (osx and arm64))]


zip_keys:
-
- python
- numpy
- python_impl
- # [linux64]
- cuda_compiler_version # [linux64]
- docker_image # [linux64]
21 changes: 21 additions & 0 deletions .ci_support/osx_64_python3.6.____73_pypypython_implpypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_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 @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
python_impl:
- cpython
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
5 changes: 5 additions & 0 deletions .ci_support/win_64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
python_impl:
- cpython
target_platform:
- win-64
zip_keys:
- - python
- python_impl
5 changes: 5 additions & 0 deletions .ci_support/win_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
target_platform:
- win-64
zip_keys:
- - python
- python_impl
5 changes: 5 additions & 0 deletions .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- win-64
zip_keys:
- - python
- python_impl
5 changes: 5 additions & 0 deletions .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- win-64
zip_keys:
- - python
- python_impl
12 changes: 8 additions & 4 deletions .scripts/run_docker_build.sh

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

46 changes: 30 additions & 16 deletions README.md

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

Loading

0 comments on commit cf89e3e

Please sign in to comment.