Skip to content

Commit

Permalink
Merge pull request conda-forge#1 from regro-cf-autotick-bot/rebuild-p…
Browse files Browse the repository at this point in the history
…ypy-0-1_h8287bf

Rebuild for pypy
  • Loading branch information
mariusvniekerk committed Sep 23, 2020
2 parents 6c14f43 + 3633178 commit a3f4087
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 1 deletion.
4 changes: 4 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.

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.

14 changes: 14 additions & 0 deletions .ci_support/linux_64_python3.6.____73_pypy.yaml
@@ -0,0 +1,14 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
target_platform:
- linux-64
43 changes: 43 additions & 0 deletions .ci_support/migrations/pypy.yaml
@@ -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]
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.6.____73_pypy.yaml
@@ -0,0 +1,16 @@
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
target_platform:
- osx-64
14 changes: 14 additions & 0 deletions README.md

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Expand Up @@ -11,7 +11,7 @@ source:
sha256: b39ee72de945cd6be3dcd14939e49d70fdaaad6230dea7363e82e7d4eda67661

build:
number: 0
number: 1
skip: true # [py2k]
script: {{ PYTHON }} -m pip install . -vv

Expand Down

0 comments on commit a3f4087

Please sign in to comment.