diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 17118233..6f88a1ee 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,29 +8,29 @@ jobs: vmImage: macOS-15 strategy: matrix: - osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314: - CONFIG: osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 + osx_64_python3.11.____cpython: + CONFIG: osx_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.11.____cpython: - CONFIG: osx_64_channel_sourcesconda-forgepython3.11.____cpython + osx_64_python3.12.____cpython: + CONFIG: osx_64_python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.12.____cpython: - CONFIG: osx_64_channel_sourcesconda-forgepython3.12.____cpython + osx_64_python3.13.____cp313: + CONFIG: osx_64_python3.13.____cp313 UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.13.____cp313: - CONFIG: osx_64_channel_sourcesconda-forgepython3.13.____cp313 + osx_64_python3.14.____cp314: + CONFIG: osx_64_python3.14.____cp314 UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314: - CONFIG: osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 + osx_arm64_python3.11.____cpython: + CONFIG: osx_arm64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.11.____cpython: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.11.____cpython + osx_arm64_python3.12.____cpython: + CONFIG: osx_arm64_python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.12.____cpython: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.12.____cpython + osx_arm64_python3.13.____cp313: + CONFIG: osx_arm64_python3.13.____cp313 UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.13.____cp313: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.13.____cp313 + osx_arm64_python3.14.____cp314: + CONFIG: osx_arm64_python3.14.____cp314 UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: {} diff --git a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml deleted file mode 100644 index df8d2efc..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml deleted file mode 100644 index 94aaa214..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_version12.9python3.11.____cpython.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_version12.9python3.11.____cpython.yaml index 5ae9b888..a57e03ce 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_version12.9python3.11.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_version12.9python3.12.____cpython.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_version12.9python3.12.____cpython.yaml index b3ea2cd2..262536f6 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_version12.9python3.12.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml b/.ci_support/linux_64_cuda_compiler_version12.9python3.13.____cp313.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml rename to .ci_support/linux_64_cuda_compiler_version12.9python3.13.____cp313.yaml index 2b987ae4..aa3fb66b 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml +++ b/.ci_support/linux_64_cuda_compiler_version12.9python3.13.____cp313.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_cuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/linux_64_cuda_compiler_version12.9python3.14.____cp314.yaml new file mode 100644 index 00000000..7677ea1a --- /dev/null +++ b/.ci_support/linux_64_cuda_compiler_version12.9python3.14.____cp314.yaml @@ -0,0 +1,53 @@ +c_compiler: +- clang +c_compiler_version: +- '20' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- cuda-nvcc +cuda_compiler_version: +- '12.9' +cudnn: +- '9.10' +cxx_compiler: +- clangxx +cxx_compiler_version: +- '20' +docker_image: +- quay.io/condaforge/linux-anvil-x86_64:alma9 +github_actions_labels: +- cirun-openstack-cpu-large +libabseil: +- '20250512' +libgrpc: +- '1.73' +libprotobuf: +- 6.31.1 +nccl: +- '2' +numpy: +- '2' +openssl: +- '3.5' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.14.* *_cp314 +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - c_stdlib_version + - cuda_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_versionNonepython3.11.____cpython.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_versionNonepython3.11.____cpython.yaml index 09aeb3ca..f4f15dd2 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_versionNonepython3.11.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_versionNonepython3.12.____cpython.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_versionNonepython3.12.____cpython.yaml index d5081df5..fa6fae3d 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_versionNonepython3.12.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml b/.ci_support/linux_64_cuda_compiler_versionNonepython3.13.____cp313.yaml similarity index 94% rename from .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml rename to .ci_support/linux_64_cuda_compiler_versionNonepython3.13.____cp313.yaml index cd18487f..da0a6053 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml +++ b/.ci_support/linux_64_cuda_compiler_versionNonepython3.13.____cp313.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_64_cuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/linux_64_cuda_compiler_versionNonepython3.14.____cp314.yaml new file mode 100644 index 00000000..be73d775 --- /dev/null +++ b/.ci_support/linux_64_cuda_compiler_versionNonepython3.14.____cp314.yaml @@ -0,0 +1,53 @@ +c_compiler: +- clang +c_compiler_version: +- '20' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- cuda-nvcc +cuda_compiler_version: +- None +cudnn: +- '9.10' +cxx_compiler: +- clangxx +cxx_compiler_version: +- '20' +docker_image: +- quay.io/condaforge/linux-anvil-x86_64:alma9 +github_actions_labels: +- cirun-openstack-cpu-large +libabseil: +- '20250512' +libgrpc: +- '1.73' +libprotobuf: +- 6.31.1 +nccl: +- '2' +numpy: +- '2' +openssl: +- '3.5' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.14.* *_cp314 +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - c_stdlib_version + - cuda_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml deleted file mode 100644 index dbc56802..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml deleted file mode 100644 index f6689cb3..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.11.____cpython.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_version12.9python3.11.____cpython.yaml index e176e593..426dfc97 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.11.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.12.____cpython.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_version12.9python3.12.____cpython.yaml index 37503e07..ca9a91f6 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.12.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.13.____cp313.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml rename to .ci_support/linux_aarch64_cuda_compiler_version12.9python3.13.____cp313.yaml index 875ce7f2..64e60f42 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.13.____cp313.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - '12.9' cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.14.____cp314.yaml new file mode 100644 index 00000000..51601aa1 --- /dev/null +++ b/.ci_support/linux_aarch64_cuda_compiler_version12.9python3.14.____cp314.yaml @@ -0,0 +1,53 @@ +c_compiler: +- clang +c_compiler_version: +- '20' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- cuda-nvcc +cuda_compiler_version: +- '12.9' +cudnn: +- '9.10' +cxx_compiler: +- clangxx +cxx_compiler_version: +- '20' +docker_image: +- quay.io/condaforge/linux-anvil-x86_64:alma9 +github_actions_labels: +- cirun-openstack-cpu-large +libabseil: +- '20250512' +libgrpc: +- '1.73' +libprotobuf: +- 6.31.1 +nccl: +- '2' +numpy: +- '2' +openssl: +- '3.5' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.14.* *_cp314 +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - c_stdlib_version + - cuda_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.11.____cpython.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_versionNonepython3.11.____cpython.yaml index 73b4d302..b35a96d6 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.11.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.12.____cpython.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_versionNonepython3.12.____cpython.yaml index f0ce7a7d..6347cc59 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.12.____cpython.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.13.____cp313.yaml similarity index 94% rename from .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml rename to .ci_support/linux_aarch64_cuda_compiler_versionNonepython3.13.____cp313.yaml index cac1954a..429942d0 100644 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.13.____cp313.yaml @@ -15,7 +15,7 @@ cuda_compiler: cuda_compiler_version: - None cudnn: -- '9' +- '9.10' cxx_compiler: - clangxx cxx_compiler_version: @@ -35,7 +35,7 @@ nccl: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -49,7 +49,5 @@ zip_keys: - cxx_compiler_version - c_stdlib_version - cuda_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.14.____cp314.yaml new file mode 100644 index 00000000..25a619f1 --- /dev/null +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNonepython3.14.____cp314.yaml @@ -0,0 +1,53 @@ +c_compiler: +- clang +c_compiler_version: +- '20' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- cuda-nvcc +cuda_compiler_version: +- None +cudnn: +- '9.10' +cxx_compiler: +- clangxx +cxx_compiler_version: +- '20' +docker_image: +- quay.io/condaforge/linux-anvil-x86_64:alma9 +github_actions_labels: +- cirun-openstack-cpu-large +libabseil: +- '20250512' +libgrpc: +- '1.73' +libprotobuf: +- 6.31.1 +nccl: +- '2' +numpy: +- '2' +openssl: +- '3.5' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.14.* *_cp314 +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - c_stdlib_version + - cuda_compiler_version +zlib: +- '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml rename to .ci_support/osx_64_python3.11.____cpython.yaml index b1cffbc6..80345d2c 100644 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml b/.ci_support/osx_64_python3.12.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml rename to .ci_support/osx_64_python3.12.____cpython.yaml index 0c0b3620..f7336173 100644 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml +++ b/.ci_support/osx_64_python3.12.____cpython.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml b/.ci_support/osx_64_python3.13.____cp313.yaml similarity index 95% rename from .ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml rename to .ci_support/osx_64_python3.13.____cp313.yaml index f412a910..4718194f 100644 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml +++ b/.ci_support/osx_64_python3.13.____cp313.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml b/.ci_support/osx_64_python3.14.____cp314.yaml similarity index 89% rename from .ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml rename to .ci_support/osx_64_python3.14.____cp314.yaml index 7a5cdbfe..92705e47 100644 --- a/.ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml +++ b/.ci_support/osx_64_python3.14.____cp314.yaml @@ -11,7 +11,7 @@ c_stdlib: c_stdlib_version: - '11.0' channel_sources: -- conda-forge,conda-forge/label/python_rc +- conda-forge channel_targets: - conda-forge main cuda_compiler: @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml similarity index 95% rename from .ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml rename to .ci_support/osx_arm64_python3.11.____cpython.yaml index fe88cf23..eacda178 100644 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml b/.ci_support/osx_arm64_python3.12.____cpython.yaml similarity index 95% rename from .ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml rename to .ci_support/osx_arm64_python3.12.____cpython.yaml index 440af92f..ad8cb14e 100644 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.12.____cpython.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml b/.ci_support/osx_arm64_python3.13.____cp313.yaml similarity index 95% rename from .ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml rename to .ci_support/osx_arm64_python3.13.____cp313.yaml index 4bc345cc..7e4fae2b 100644 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml +++ b/.ci_support/osx_arm64_python3.13.____cp313.yaml @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml b/.ci_support/osx_arm64_python3.14.____cp314.yaml similarity index 89% rename from .ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml rename to .ci_support/osx_arm64_python3.14.____cp314.yaml index 67a7e06f..0b8acda8 100644 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml +++ b/.ci_support/osx_arm64_python3.14.____cp314.yaml @@ -11,7 +11,7 @@ c_stdlib: c_stdlib_version: - '11.0' channel_sources: -- conda-forge,conda-forge/label/python_rc +- conda-forge channel_targets: - conda-forge main cuda_compiler: @@ -35,7 +35,7 @@ macos_machine: numpy: - '2' openssl: -- '3' +- '3.5' pin_run_as_build: python: min_pin: x.x @@ -47,7 +47,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - channel_sources zlib: - '1' diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 9852552d..bb9eeb52 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -21,85 +21,85 @@ jobs: fail-fast: false matrix: include: - - CONFIG: linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 + - CONFIG: linux_64_cuda_compiler_version12.9python3.11.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgeconda_h5e2440dd', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_version12.9python_h9224ed27', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 + - CONFIG: linux_64_cuda_compiler_version12.9python3.12.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgeconda_h3e21cfc1', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_version12.9python_h33f95ef4', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython + - CONFIG: linux_64_cuda_compiler_version12.9python3.13.____cp313 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__he7b9b041', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_version12.9python_hd2594ab6', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython + - CONFIG: linux_64_cuda_compiler_version12.9python3.14.____cp314 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h1a3bdae0', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_version12.9python_hf4dae836', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 + - CONFIG: linux_64_cuda_compiler_versionNonepython3.11.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h0c19dcaa', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_versionNonepython_h3c1a96fc', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython + - CONFIG: linux_64_cuda_compiler_versionNonepython3.12.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__hffb3def5', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_versionNonepython_h7883cd14', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython + - CONFIG: linux_64_cuda_compiler_versionNonepython3.13.____cp313 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h2471128a', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_versionNonepython_h46731b07', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 + - CONFIG: linux_64_cuda_compiler_versionNonepython3.14.____cp314 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__hffbafc60', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_cuda_compiler_versionNonepython_ha12e3867', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 + - CONFIG: linux_aarch64_cuda_compiler_version12.9python3.11.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_he450d4e9', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_version12.9p_hc87dfb16', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 + - CONFIG: linux_aarch64_cuda_compiler_version12.9python3.12.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_ha8ab7e48', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_version12.9p_he8413cac', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython + - CONFIG: linux_aarch64_cuda_compiler_version12.9python3.13.____cp313 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_hfc8de3ca', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_version12.9p_h09be3c5c', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython + - CONFIG: linux_aarch64_cuda_compiler_version12.9python3.14.____cp314 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h56f9beb0', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_version12.9p_hbed3ff9c', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 + - CONFIG: linux_aarch64_cuda_compiler_versionNonepython3.11.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h134e2932', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_versionNonep_h61f3f778', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython + - CONFIG: linux_aarch64_cuda_compiler_versionNonepython3.12.____cpython UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h6aae8901', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_versionNonep_h72ca1b73', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython + - CONFIG: linux_aarch64_cuda_compiler_versionNonepython3.13.____cp313 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h5d3b6faa', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_versionNonep_h35b9d921', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 + - CONFIG: linux_aarch64_cuda_compiler_versionNonepython3.14.____cp314 UPLOAD_PACKAGES: True os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h46fa882b', 'linux', 'x64', 'self-hosted'] + runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_cuda_compiler_versionNonep_h78b29237', 'linux', 'x64', 'self-hosted'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 steps: @@ -181,4 +181,4 @@ jobs: UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} - STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} + STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 49192c16..d7eece70 100644 --- a/README.md +++ b/README.md @@ -29,171 +29,171 @@ Current build status
| Variant | Status | |
|---|---|---|
| linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 | +linux_64_cuda_compiler_version12.9python3.11.____cpython |
- |
| linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 | +linux_64_cuda_compiler_version12.9python3.12.____cpython |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython | +linux_64_cuda_compiler_version12.9python3.13.____cp313 |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython | +linux_64_cuda_compiler_version12.9python3.14.____cp314 |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 | +linux_64_cuda_compiler_versionNonepython3.11.____cpython |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython | +linux_64_cuda_compiler_versionNonepython3.12.____cpython |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython | +linux_64_cuda_compiler_versionNonepython3.13.____cp313 |
- |
| linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 | +linux_64_cuda_compiler_versionNonepython3.14.____cp314 |
- |
| linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 | +linux_aarch64_cuda_compiler_version12.9python3.11.____cpython |
- |
| linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 | +linux_aarch64_cuda_compiler_version12.9python3.12.____cpython |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython | +linux_aarch64_cuda_compiler_version12.9python3.13.____cp313 |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython | +linux_aarch64_cuda_compiler_version12.9python3.14.____cp314 |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 | +linux_aarch64_cuda_compiler_versionNonepython3.11.____cpython |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython | +linux_aarch64_cuda_compiler_versionNonepython3.12.____cpython |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython | +linux_aarch64_cuda_compiler_versionNonepython3.13.____cp313 |
- |
| linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 | +linux_aarch64_cuda_compiler_versionNonepython3.14.____cp314 |
- |
| osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 | +osx_64_python3.11.____cpython |
- |
| osx_64_channel_sourcesconda-forgepython3.11.____cpython | +osx_64_python3.12.____cpython |
- |
| osx_64_channel_sourcesconda-forgepython3.12.____cpython | +osx_64_python3.13.____cp313 |
- |
| osx_64_channel_sourcesconda-forgepython3.13.____cp313 | +osx_64_python3.14.____cp314 |
- |
| osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 | +osx_arm64_python3.11.____cpython |
- |
| osx_arm64_channel_sourcesconda-forgepython3.11.____cpython | +osx_arm64_python3.12.____cpython |
- |
| osx_arm64_channel_sourcesconda-forgepython3.12.____cpython | +osx_arm64_python3.13.____cp313 |
- |
| osx_arm64_channel_sourcesconda-forgepython3.13.____cp313 | +osx_arm64_python3.14.____cp314 |
- |