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

2.13.1 with old pinnings #344

Merged
merged 29 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
560915f
updated v2.13.0
regro-cf-autotick-bot Jul 22, 2023
c9c2729
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and co…
regro-cf-autotick-bot Jul 22, 2023
9009d5f
rebase patches
h-vetinari Jul 28, 2023
6e59eec
update dependencies
h-vetinari Jul 28, 2023
c037359
backport patch for loosening gast
h-vetinari Jul 28, 2023
fbdf4b5
manually add protobuf migration
h-vetinari Jul 28, 2023
52b195d
manually add CUDA 12 migration
h-vetinari Jul 28, 2023
1a64c43
realign some selectors
h-vetinari Jul 28, 2023
ac6e5e0
MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and co…
h-vetinari Jul 28, 2023
0235a00
Further patching
xhochy Aug 31, 2023
6a6e5e7
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and co…
xhochy Aug 31, 2023
0a63c5a
Fix dproto duplicate loading
xhochy Sep 15, 2023
7dc53f7
Link to absl_status
xhochy Sep 15, 2023
b60dbe6
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
xhochy Sep 15, 2023
40a8373
Update recipe/meta.yaml
xhochy Sep 17, 2023
1b7342b
Fix further abseil linkages
xhochy Sep 18, 2023
1b3fe06
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.25.1, and co…
xhochy Sep 18, 2023
75e1369
Drop CUDA 12 migration
xhochy Sep 19, 2023
0fee83d
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.25.1, and co…
xhochy Sep 19, 2023
9306f77
Update abseil patches
xhochy Sep 20, 2023
5772d4f
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.26.2, and co…
xhochy Sep 25, 2023
307badf
Bump to 2.13.1
xhochy Sep 27, 2023
7d1c3c5
Merge branch 'main' into 2.13.1-protobuf-3.21
xhochy Oct 13, 2023
aecdc66
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.27.1, and co…
xhochy Oct 13, 2023
cb26a86
Pin abseil
xhochy Oct 13, 2023
a897d52
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.27.1, and co…
xhochy Oct 13, 2023
2825cb3
Add CUDA 11.8
xhochy Oct 14, 2023
a6c08ce
Update recipe/build.sh
xhochy Oct 15, 2023
8744ec0
Fixes for clang-16
xhochy Oct 16, 2023
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
16 changes: 16 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.

Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.23'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
flatbuffers:
- 23.5.26
giflib:
- '5.2'
icu:
- '73'
libabseil:
- '20230125'
libcurl:
- '8'
libgrpc:
- '1.54'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libprotobuf:
- '3.21'
nccl:
- '2'
numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
flatbuffers:
- 23.5.26
giflib:
- '5.2'
icu:
- '73'
libabseil:
- '20230125'
libcurl:
- '8'
libgrpc:
- '1.54'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libprotobuf:
- '3.21'
nccl:
- '2'
numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
flatbuffers:
- 23.5.26
giflib:
- '5.2'
icu:
- '73'
libabseil:
- '20230125'
libcurl:
- '8'
libgrpc:
- '1.54'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libprotobuf:
- '3.21'
nccl:
- '2'
numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
flatbuffers:
- 23.5.26
giflib:
- '5.2'
icu:
- '73'
libabseil:
- '20230125'
libcurl:
- '8'
libgrpc:
- '1.54'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libprotobuf:
- '3.21'
nccl:
- '2'
numpy:
- '1.23'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ numpy:
- '1.22'
openssl:
- '3'
perl:
- 5.32.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Loading