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

Rebuild for hdf51106 #26

Open
wants to merge 4 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
34 changes: 23 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

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

25 changes: 15 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.

40 changes: 23 additions & 17 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
@@ -1,11 +1,13 @@
arpack:
- 3.6.3
- '3.7'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -15,25 +17,25 @@ curl:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.5
- 1.10.6
json_c:
- '0.13'
libprotobuf:
- '3.11'
- '3.13'
libxml2:
- '2.9'
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 +51,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 +62,16 @@ python:
- 3.6.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
arpack:
- 3.6.3
- '3.7'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -15,25 +17,25 @@ curl:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.5
- 1.10.6
json_c:
- '0.13'
libprotobuf:
- '3.11'
- '3.13'
libxml2:
- '2.9'
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 +51,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 +62,16 @@ python:
- 3.7.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
77 changes: 77 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
arpack:
- '3.7'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.6
json_c:
- '0.13'
libprotobuf:
- '3.13'
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:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
7 changes: 7 additions & 0 deletions .ci_support/migrations/hdf51106.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
hdf5:
- 1.10.6
migrator_ts: 1587001869.689825
Loading