Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] jaxlib v0.1.76 #79

Merged
Merged
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
12 changes: 12 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.

12 changes: 12 additions & 0 deletions .ci_support/linux_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
abseil_cpp:
- '20211102.0'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,12 +16,20 @@ cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
Expand All @@ -29,3 +39,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/linux_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
abseil_cpp:
- '20211102.0'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,12 +16,20 @@ cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
Expand All @@ -29,3 +39,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
abseil_cpp:
- '20211102.0'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,12 +16,20 @@ cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
numpy:
- '1.19'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
Expand All @@ -29,3 +39,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/linux_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
abseil_cpp:
- '20211102.0'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,12 +16,20 @@ cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
numpy:
- '1.21'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
Expand All @@ -29,3 +39,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
8 changes: 8 additions & 0 deletions .ci_support/migrations/abseil_cpp20211102.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
migrator_ts: 1644918847
__migrator:
kind: version
migration_number: 1
bump_number: 1

abseil_cpp:
- '20211102.0'
7 changes: 7 additions & 0 deletions .ci_support/migrations/libprotobuf319.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
libprotobuf:
- '3.19'
migrator_ts: 1634806373.384677
12 changes: 12 additions & 0 deletions .ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
abseil_cpp:
- '20211102.0'
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,14 +16,22 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
Expand All @@ -31,3 +41,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
abseil_cpp:
- '20211102.0'
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,14 +16,22 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
Expand All @@ -31,3 +41,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
abseil_cpp:
- '20211102.0'
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,14 +16,22 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.19'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
Expand All @@ -31,3 +41,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
12 changes: 12 additions & 0 deletions .ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
abseil_cpp:
- '20211102.0'
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,14 +16,22 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
Expand All @@ -31,3 +41,5 @@ zip_keys:
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
43 changes: 43 additions & 0 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
abseil_cpp:
- '20211102.0'
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.43'
libprotobuf:
- '3.19'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.21'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
Loading