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

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.9, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2020.03.03
  • Loading branch information
vigsterkr committed Mar 3, 2020
1 parent 87675c7 commit 2f8714c
Show file tree
Hide file tree
Showing 30 changed files with 569 additions and 633 deletions.
56 changes: 0 additions & 56 deletions .appveyor.yml

This file was deleted.

40 changes: 40 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.

82 changes: 82 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.

42 changes: 19 additions & 23 deletions .ci_support/linux_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,63 +1,59 @@
arpack:
- '3.5'
- 3.6.3
bzip2:
- '1'
c_compiler:
- toolchain_c
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7.59'
- '7.64'
cxx_compiler:
- toolchain_cxx
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.2
json_c:
- '0.12'
- 1.10.5
libprotobuf:
- '3.5'
- '3.11'
libxml2:
- '2.9'
lzo:
- '2'
numpy:
- '1.9'
openblas:
- 0.2.20
- '1.14'
pin_run_as_build:
arpack:
max_pin: x.x
max_pin: x.x.x
bzip2:
max_pin: x
curl:
max_pin: x
glpk:
max_pin: x.x
hdf5:
max_pin: x.x.x
json-c:
max_pin: x.x
libprotobuf:
max_pin: x.x
libxml2:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
snappy:
max_pin: x.x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '2.7'
snappy:
- 1.1.7
- '1'
xz:
- '5.2'
zlib:
Expand Down
42 changes: 19 additions & 23 deletions .ci_support/linux_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -1,63 +1,59 @@
arpack:
- '3.5'
- 3.6.3
bzip2:
- '1'
c_compiler:
- toolchain_c
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7.59'
- '7.64'
cxx_compiler:
- toolchain_cxx
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.2
json_c:
- '0.12'
- 1.10.5
libprotobuf:
- '3.5'
- '3.11'
libxml2:
- '2.9'
lzo:
- '2'
numpy:
- '1.9'
openblas:
- 0.2.20
- '1.14'
pin_run_as_build:
arpack:
max_pin: x.x
max_pin: x.x.x
bzip2:
max_pin: x
curl:
max_pin: x
glpk:
max_pin: x.x
hdf5:
max_pin: x.x.x
json-c:
max_pin: x.x
libprotobuf:
max_pin: x.x
libxml2:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
snappy:
max_pin: x.x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.6'
snappy:
- 1.1.7
- '1'
xz:
- '5.2'
zlib:
Expand Down
Loading

0 comments on commit 2f8714c

Please sign in to comment.