Skip to content

Commit

Permalink
Merge pull request #42 from regro-cf-autotick-bot/rebuild-python312-0…
Browse files Browse the repository at this point in the history
…-1_h206775

Rebuild for python312
  • Loading branch information
xhochy committed Sep 28, 2023
2 parents a5041fd + 291453b commit 18ae472
Show file tree
Hide file tree
Showing 21 changed files with 188 additions and 12 deletions.
12 changes: 12 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 @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
migrator_ts: 1666686085
migrator_ts: 1695046563
__migrator:
migration_number: 1
operation: key_add
Expand All @@ -10,7 +10,8 @@ __migrator:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython # new entry
- 3.11.* *_cpython
- 3.12.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
Expand All @@ -27,11 +28,15 @@ __migrator:
- cross-python
- python_abi
exclude_pinned_pkgs: false
additional_zip_keys:
- channel_sources

python:
- 3.11.* *_cpython
- 3.12.* *_cpython
channel_sources:
- conda-forge/label/python_rc,conda-forge
# additional entries to add for zip_keys
numpy:
- 1.23
- 1.26
python_impl:
- cpython
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

21 changes: 21 additions & 0 deletions README.md

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
sha256: 7df0f84c4b6210112353374a7d992bfd5bba9c97358b39ea03b61bd634ce9c8a

build:
number: 1
number: 2
# TODO: Add `linux_aarch64`, `linux_ppc64le`, and `win_64` once supported on CUDA 12 in conda-forge.
# xref: https://github.com/conda-forge/cuda-python-feedstock/issues/36
# xref: https://github.com/conda-forge/cuda-python-feedstock/issues/37
Expand Down

0 comments on commit 18ae472

Please sign in to comment.