Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Rebuild for pypy #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
35 changes: 26 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

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

29 changes: 19 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

39 changes: 23 additions & 16 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 @@ -31,9 +31,9 @@ libxml2:
lzo:
- '2'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -49,8 +49,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -62,7 +60,12 @@ python:
- 3.6.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - numpy
- python
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ libxml2:
lzo:
- '2'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -49,8 +49,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -62,7 +60,12 @@ python:
- 3.7.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - numpy
- python
zlib:
- '1.2'
71 changes: 71 additions & 0 deletions .ci_support/linux_64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
arpack:
- 3.6.3
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.5
json_c:
- '0.13'
libprotobuf:
- '3.11'
libxml2:
- '2.9'
lzo:
- '2'
numpy:
- '1.16'
openblas:
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
bzip2:
max_pin: x
curl:
max_pin: x
glpk:
max_pin: x.x
json-c:
max_pin: x.x
libxml2:
max_pin: x.x
lzo:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.8.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - numpy
- python
zlib:
- '1.2'
71 changes: 71 additions & 0 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
arpack:
- 3.6.3
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.5
json_c:
- '0.13'
libprotobuf:
- '3.11'
libxml2:
- '2.9'
lzo:
- '2'
numpy:
- '1.18'
openblas:
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
bzip2:
max_pin: x
curl:
max_pin: x
glpk:
max_pin: x.x
json-c:
max_pin: x.x
libxml2:
max_pin: x.x
lzo:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.6.* *_73_pypy
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - numpy
- python
zlib:
- '1.2'
Loading