Skip to content

Commit

Permalink
Merge pull request #84 from hmaarrfk/release_1.10.1
Browse files Browse the repository at this point in the history
Release 1.10.1 and migrate protobuf and mkl
  • Loading branch information
isuruf authored Jan 26, 2022
2 parents 88bd1d9 + a8870c0 commit 552b241
Show file tree
Hide file tree
Showing 22 changed files with 106 additions and 98 deletions.
90 changes: 45 additions & 45 deletions .azure-pipelines/azure-pipelines-linux.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 @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libprotobuf:
- '3.19'
mkl:
- '2021'
- '2022'
nccl:
- '2'
numpy:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/mkl2022.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
migrator_ts: 1642615295
mkl:
- 2022
mkl_devel:
- 2022
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
mkl:
- '2021'
- '2022'
numpy:
- '1.18'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
mkl:
- '2021'
- '2022'
numpy:
- '1.18'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
mkl:
- '2021'
- '2022'
numpy:
- '1.19'
pin_run_as_build:
Expand Down
Loading

0 comments on commit 552b241

Please sign in to comment.