diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml
deleted file mode 100644
index befaf48c..00000000
--- a/.azure-pipelines/azure-pipelines-osx.yml
+++ /dev/null
@@ -1,141 +0,0 @@
-# This file was generated automatically from conda-smithy. To update this configuration,
-# update the conda-forge.yml and/or the recipe/meta.yaml.
-# -*- mode: yaml -*-
-
-jobs:
-- job: osx
- pool:
- vmImage: $(VMIMAGE)
- strategy:
- matrix:
- osx_arm64_python3.10.____cpythonsuffix:
- CONFIG: osx_arm64_python3.10.____cpythonsuffix
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.10.____cpythonsuffix-novec:
- CONFIG: osx_arm64_python3.10.____cpythonsuffix-novec
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.11.____cpythonsuffix:
- CONFIG: osx_arm64_python3.11.____cpythonsuffix
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.11.____cpythonsuffix-novec:
- CONFIG: osx_arm64_python3.11.____cpythonsuffix-novec
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.12.____cpythonsuffix:
- CONFIG: osx_arm64_python3.12.____cpythonsuffix
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.12.____cpythonsuffix-novec:
- CONFIG: osx_arm64_python3.12.____cpythonsuffix-novec
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.13.____cp313suffix:
- CONFIG: osx_arm64_python3.13.____cp313suffix
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.13.____cp313suffix-novec:
- CONFIG: osx_arm64_python3.13.____cp313suffix-novec
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.14.____cp314suffix:
- CONFIG: osx_arm64_python3.14.____cp314suffix
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- osx_arm64_python3.14.____cp314suffix-novec:
- CONFIG: osx_arm64_python3.14.____cp314suffix-novec
- UPLOAD_PACKAGES: 'True'
- VMIMAGE: macOS-15-arm64
- build_workspace_dir: ~/miniforge3/conda-bld
- free_disk_space: quick
- pagefile_size: 0
- resize_partitions: false
- store_build_artifacts: false
- tools_install_dir: ~/miniforge3
- timeoutInMinutes: 360
- variables: {}
-
- steps:
- # TODO: Fast finish on azure pipelines?
- - script: |
- .scripts/free_disk_space.sh "$(free_disk_space)"
- env:
- OS: macos
- displayName: Manage disk space
- - script: |
- export CI=azure
- export CONDA_BLD_PATH=$(build_workspace_dir)
- export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
- export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
- export MINIFORGE_HOME=$(tools_install_dir)
- export OSX_FORCE_SDK_DOWNLOAD="1"
- export flow_run_id=azure_$(Build.BuildNumber).$(System.JobAttempt)
- export remote_url=$(Build.Repository.Uri)
- export sha=$(Build.SourceVersion)
- if [[ "${BUILD_REASON:-}" == "PullRequest" ]]; then
- export IS_PR_BUILD="True"
- else
- export IS_PR_BUILD="False"
- fi
- ./.scripts/run_osx_build.sh
- displayName: Run OSX build
- env:
- BINSTAR_TOKEN: $(BINSTAR_TOKEN)
- FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN)
- STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN)
diff --git a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index 8e32607f..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 74ffa4b9..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index fbe1f0d3..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml
deleted file mode 100644
index 5f684f1e..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
similarity index 83%
rename from .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml
rename to .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
index ee2ae033..3a7aad44 100644
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml
+++ b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
@@ -24,14 +24,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
github_actions_labels:
- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
suffix:
- ''
target_platform:
@@ -41,5 +33,3 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
deleted file mode 100644
index a372acf2..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
deleted file mode 100644
index 039bad00..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
deleted file mode 100644
index a9598450..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 069423ea..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
deleted file mode 100644
index c5de0d25..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
deleted file mode 100644
index f989a477..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
deleted file mode 100644
index 8121e729..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
deleted file mode 100644
index 4a54b451..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
deleted file mode 100644
index 627ae04f..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
deleted file mode 100644
index da07e121..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index 7263745d..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index ca26e5a8..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index e627f674..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml
deleted file mode 100644
index defd5d8a..00000000
--- a/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
similarity index 83%
rename from .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml
rename to .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
index fec00aa1..9e687a9e 100644
--- a/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml
+++ b/.ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
@@ -24,14 +24,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
github_actions_labels:
- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
suffix:
- ''
target_platform:
@@ -41,5 +33,3 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index 1ba1b9b5..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 1b8a9d90..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index 481bb9da..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml
deleted file mode 100644
index 7fa43bc8..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
similarity index 83%
rename from .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml
rename to .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
index 33ccd0ca..e20be92c 100644
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml
+++ b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml
@@ -24,14 +24,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
github_actions_labels:
- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
suffix:
- ''
target_platform:
@@ -41,5 +33,3 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 27195ffe..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
deleted file mode 100644
index ee55281d..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 7fc0813a..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 15c62c98..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 27f70dcd..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
deleted file mode 100644
index e59c5c43..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
deleted file mode 100644
index 2ec95b11..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
deleted file mode 100644
index e087a2c1..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
deleted file mode 100644
index fcac0e02..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- -novec
-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_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
deleted file mode 100644
index 91fea609..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-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'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index ca688d9d..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 730d29f2..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index 048c21d1..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml
deleted file mode 100644
index 333cf30f..00000000
--- a/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-c_compiler:
-- gcc
-c_compiler_version:
-- '14'
-c_stdlib:
-- sysroot
-c_stdlib_version:
-- '2.28'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- gxx
-cxx_compiler_version:
-- '14'
-docker_image:
-- quay.io/condaforge/linux-anvil-x86_64:alma10
-github_actions_labels:
-- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-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_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
similarity index 83%
rename from .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml
rename to .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
index feb9a3c3..7a6b9135 100644
--- a/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml
+++ b/.ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml
@@ -24,14 +24,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
github_actions_labels:
- namespace-profile-16cpu-on-linux-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
suffix:
- ''
target_platform:
@@ -41,5 +33,3 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml b/.ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 1ced129c..00000000
--- a/.ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- -novec
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml b/.ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index dc9da5d6..00000000
--- a/.ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml b/.ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 818784aa..00000000
--- a/.ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- -novec
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml b/.ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 7ddd5441..00000000
--- a/.ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml b/.ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 468ea48b..00000000
--- a/.ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- -novec
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml b/.ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index 4095bd14..00000000
--- a/.ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml b/.ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml
deleted file mode 100644
index bbde1f7c..00000000
--- a/.ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- -novec
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.13.____cp313suffix.yaml b/.ci_support/osx_arm64_python3.13.____cp313suffix.yaml
deleted file mode 100644
index 181a6708..00000000
--- a/.ci_support/osx_arm64_python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml b/.ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml
deleted file mode 100644
index 70e49f2c..00000000
--- a/.ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- -novec
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/osx_arm64_python3.14.____cp314suffix.yaml b/.ci_support/osx_arm64_python3.14.____cp314suffix.yaml
deleted file mode 100644
index b3c3af14..00000000
--- a/.ci_support/osx_arm64_python3.14.____cp314suffix.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '13.3'
-c_compiler:
-- clang
-c_compiler_version:
-- '19'
-c_stdlib:
-- macosx_deployment_target
-c_stdlib_version:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cxx_compiler:
-- clangxx
-cxx_compiler_version:
-- '19'
-macos_machine:
-- arm64-apple-darwin20.0.0
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- ''
-target_platform:
-- osx-arm64
-zip_keys:
-- - c_compiler_version
- - cxx_compiler_version
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index dbbcbd9a..00000000
--- a/.ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '12.9'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index ab24b5cb..00000000
--- a/.ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '12.9'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index 35d3d514..00000000
--- a/.ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '12.9'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml b/.ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml
deleted file mode 100644
index da6b5ab3..00000000
--- a/.ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '12.9'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml b/.ci_support/win_64_cuda_compiler_version12.9suffix.yaml
similarity index 72%
rename from .ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml
rename to .ci_support/win_64_cuda_compiler_version12.9suffix.yaml
index 2d8dfb7c..308d38eb 100644
--- a/.ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml
+++ b/.ci_support/win_64_cuda_compiler_version12.9suffix.yaml
@@ -16,17 +16,7 @@ cxx_compiler:
- vs2022
github_actions_labels:
- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
suffix:
- ''
target_platform:
- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
deleted file mode 100644
index c72b39f7..00000000
--- a/.ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
deleted file mode 100644
index 14e61c00..00000000
--- a/.ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
deleted file mode 100644
index e5ef70e9..00000000
--- a/.ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml b/.ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml
deleted file mode 100644
index 69983cea..00000000
--- a/.ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- '13.0'
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml b/.ci_support/win_64_cuda_compiler_version13.0suffix.yaml
similarity index 72%
rename from .ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml
rename to .ci_support/win_64_cuda_compiler_version13.0suffix.yaml
index f00d328a..2922d988 100644
--- a/.ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml
+++ b/.ci_support/win_64_cuda_compiler_version13.0suffix.yaml
@@ -16,17 +16,7 @@ cxx_compiler:
- vs2022
github_actions_labels:
- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
suffix:
- ''
target_platform:
- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 3524d30e..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- -novec
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
deleted file mode 100644
index 57ab94c8..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
deleted file mode 100644
index 19914de0..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- -novec
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
deleted file mode 100644
index fd21e956..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
deleted file mode 100644
index aea3c46b..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- -novec
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
deleted file mode 100644
index 9107c876..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
deleted file mode 100644
index d843f59a..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- -novec
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
deleted file mode 100644
index 9d359c44..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.13.* *_cp313
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
deleted file mode 100644
index 011459c3..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- -novec
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
deleted file mode 100644
index b0a45edc..00000000
--- a/.ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-c_compiler:
-- vs2022
-c_stdlib:
-- vs
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-cuda_compiler:
-- cuda-nvcc
-cuda_compiler_version:
-- None
-cudnn:
-- '9'
-cxx_compiler:
-- vs2022
-github_actions_labels:
-- namespace-profile-16cpu-on-win-64
-numpy:
-- '2'
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.14.* *_cp314
-suffix:
-- ''
-target_platform:
-- win-64
-zlib:
-- '1'
diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml
index 007e87b9..5c41a9ef 100644
--- a/.github/workflows/conda-build.yml
+++ b/.github/workflows/conda-build.yml
@@ -22,7 +22,7 @@ jobs:
max-parallel: 50
matrix:
include:
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix
+ - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
@@ -34,7 +34,7 @@ jobs:
resize_partitions: False
runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix
+ - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
@@ -46,7 +46,7 @@ jobs:
resize_partitions: False
runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix
+ - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
@@ -58,7 +58,7 @@ jobs:
resize_partitions: False
runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix
+ - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
@@ -70,655 +70,7 @@ jobs:
resize_partitions: False
runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_workspace_dir: build_artifacts
- docker_run_args:
- free_disk_space: skip
- os: ubuntu
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true']
- tools_install_dir: ~/miniforge3
- - CONFIG: win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version12.9python3.13.____cp313suffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version12.9python3.14.____cp314suffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version13.0python3.13.____cp313suffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_version13.0python3.14.____cp314suffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.13.____cp313suffix
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec
- STORE_BUILD_ARTIFACTS: False
- UPLOAD_PACKAGES: True
- build_platform: win-64
- build_workspace_dir: D:\\bld\\
- docker_run_args:
- free_disk_space: skip
- os: windows
- pagefile_size: 0
- resize_partitions: False
- runs_on: ['namespace-profile-16cpu-on-win-64']
- tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.14.____cp314suffix
+ - CONFIG: win_64_cuda_compiler_version12.9suffix
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
build_platform: win-64
@@ -730,7 +82,7 @@ jobs:
resize_partitions: False
runs_on: ['namespace-profile-16cpu-on-win-64']
tools_install_dir: D:\Miniforge
- - CONFIG: win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec
+ - CONFIG: win_64_cuda_compiler_version13.0suffix
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
build_platform: win-64
diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh
index 6006faf7..1a195191 100755
--- a/.scripts/build_steps.sh
+++ b/.scripts/build_steps.sh
@@ -58,7 +58,7 @@ source run_conda_forge_build_setup
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]] && [[ "${HOST_PLATFORM}" != linux-* ]] && [[ "${BUILD_WITH_CONDA_DEBUG:-0}" != 1 ]]; then
- EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test"
+ EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --test skip"
fi
@@ -75,15 +75,16 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then
# - --output-id vs. --output-name
# - --clobber-file vs. none
# - none vs. --target-platform
- CONDA_SUBDIR="${BUILD_PLATFORM}" conda debug \
- "${RECIPE_ROOT}" \
+ export CONDA_BLD_PATH="${CONDA_BLD_PATH:-${FEEDSTOCK_ROOT}/build_artifacts}"
+ rattler-build debug setup \
+ --recipe "${RECIPE_ROOT}" \
-m "${CI_SUPPORT}/${CONFIG}.yaml" \
${EXTRA_CB_OPTIONS:-} \
- ${BUILD_OUTPUT_ID:+--output-id "${BUILD_OUTPUT_ID}"} \
- --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml"
+ ${BUILD_OUTPUT_ID:+--output-name "${BUILD_OUTPUT_ID}"} \
+ --build-platform "${BUILD_PLATFORM}" \
+ --target-platform "${HOST_PLATFORM}"
- # Drop into an interactive shell
- /bin/bash
+ rattler-build debug shell
else
# differences between conda-build vs. rattler-build
# - recipe is positional vs. --recipe "${RECIPE_ROOT}"
@@ -91,13 +92,16 @@ else
# - --clobber-file vs. none
# - none vs. --target-platform
# - --extra-meta a=b c=d vs. --extra-meta a=b --extra-meta c=d
- CONDA_SUBDIR="${BUILD_PLATFORM}" conda-build \
- "${RECIPE_ROOT}" \
+
+ rattler-build build \
+ --recipe "${RECIPE_ROOT}" \
-m "${CI_SUPPORT}/${CONFIG}.yaml" \
${EXTRA_CB_OPTIONS:-} \
- --suppress-variables \
- --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
- --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
+ --build-platform "${BUILD_PLATFORM}" \
+ --target-platform "${HOST_PLATFORM}" \
+ --extra-meta flow_run_id="${flow_run_id:-}" \
+ --extra-meta remote_url="${remote_url:-}" \
+ --extra-meta sha="${sha:-}"
( startgroup "Inspecting artifacts" ) 2> /dev/null
# inspect_artifacts was only added in conda-forge-ci-setup 4.9.4
diff --git a/.scripts/free_disk_space.sh b/.scripts/free_disk_space.sh
deleted file mode 100755
index 5c716a94..00000000
--- a/.scripts/free_disk_space.sh
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/usr/bin/env bash
-
-set -ex
-
-FREE_DISK_SPACE=${1}
-
-if [[ ${FREE_DISK_SPACE} == skip ]]; then
- exit 0
-fi
-
-df -h
-
-case ${OS} in
- ubuntu)
- DIRS_TO_REMOVE=(
- /opt/ghc
- /opt/hostedtoolcache
- /usr/lib/jvm
- /usr/local/.ghcup
- /usr/local/lib/android
- /usr/local/share/powershell
- /usr/share/dotnet
- /usr/share/swift
- )
-
- sudo rm -rf "${DIRS_TO_REMOVE[@]}"
-
- if type apt-get; then
- BROWSERS="firefox google-chrome-stable microsoft-edge-stable"
- BROWSERS_TO_REMOVE=$(dpkg --get-selections $BROWSERS 2>/dev/null | awk '{print $1}')
- if [[ -n ${BROWSERS_TO_REMOVE} ]]; then
- sudo apt-get remove --purge -y $BROWSERS_TO_REMOVE
- fi
-
- sudo apt-get autoremove -y >& /dev/null
- sudo apt-get autoclean -y >& /dev/null
- fi
-
- if [[ ${FREE_DISK_SPACE} == max ]] && type docker; then
- sudo docker image prune --all --force
- fi
- ;;
- macos)
- DIRS_TO_REMOVE=(
- /Users/runner/Library/Android
- /Users/runner/.dotnet
- /Users/runner/hostedtoolcache
- )
- rm -rf "${DIRS_TO_REMOVE[@]}"
- ;;
- windows)
- DIRS_TO_REMOVE=(
- C:/hostedtoolcache/windows
- C:/Android
- )
-
- # rm is one of the fastest methods to remove files on Windows
- rm -rf "${DIRS_TO_REMOVE[@]}"
- ;;
-esac
-
-df -h
diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh
deleted file mode 100755
index dd67235d..00000000
--- a/.scripts/run_osx_build.sh
+++ /dev/null
@@ -1,129 +0,0 @@
-#!/usr/bin/env bash
-
-# -*- mode: jinja-shell -*-
-
-source .scripts/logging_utils.sh
-
-set -xe
-
-MINIFORGE_HOME="${MINIFORGE_HOME:-${HOME}/miniforge3}"
-MINIFORGE_HOME="${MINIFORGE_HOME%/}" # remove trailing slash
-export CONDA_BLD_PATH="${CONDA_BLD_PATH:-${MINIFORGE_HOME}/conda-bld}"
-( startgroup "Provisioning base env with pixi" ) 2> /dev/null
-mkdir -p "${MINIFORGE_HOME}"
-curl -fsSL https://pixi.sh/install.sh | bash
-export PATH="~/.pixi/bin:$PATH"
-arch=$(uname -m)
-if [[ "$arch" == "x86_64" ]]; then
- arch="64"
-fi
-sed -i.bak "s/platforms = .*/platforms = [\"osx-${arch}\"]/" pixi.toml
-echo "Creating environment"
-pixi install --environment build
-pixi list --environment build
-echo "Activating environment"
-eval "$(pixi shell-hook --environment build)"
-mv pixi.toml.bak pixi.toml
-( endgroup "Provisioning base env with pixi" ) 2> /dev/null
-
-( startgroup "Configuring conda" ) 2> /dev/null
-export CONDA_SOLVER="libmamba"
-export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1
-
-
-
-
-
-echo -e "\n\nSetting up the condarc and mangling the compiler."
-setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml
-
-if [[ "${CI:-}" != "" ]]; then
- mangle_compiler ./ ./recipe .ci_support/${CONFIG}.yaml
-fi
-
-if [[ "${CI:-}" != "" ]]; then
- echo -e "\n\nMangling homebrew in the CI to avoid conflicts."
- /usr/bin/sudo mangle_homebrew
- /usr/bin/sudo -k
-else
- echo -e "\n\nNot mangling homebrew as we are not running in CI"
-fi
-
-if [[ "${sha:-}" == "" ]]; then
- sha=$(git rev-parse HEAD)
-fi
-
-if [[ "${OSX_SDK_DIR:-}" == "" ]]; then
- if [[ "${CI:-}" == "" ]]; then
- echo "Please set OSX_SDK_DIR to a directory where SDKs can be downloaded to. Aborting"
- exit 1
- else
- export OSX_SDK_DIR=/opt/conda-sdks
- /usr/bin/sudo mkdir -p "${OSX_SDK_DIR}"
- /usr/bin/sudo chown "${USER}" "${OSX_SDK_DIR}"
- fi
-else
- if tmpf=$(mktemp "$OSX_SDK_DIR"/tmp.XXXXXXXX 2>/dev/null); then
- rm -f "$tmpf"
- echo "OSX_SDK_DIR is writeable without sudo, continuing"
- else
- echo "User-provided OSX_SDK_DIR is not writeable for current user! Aborting"
- exit 1
- fi
-fi
-
-echo -e "\n\nRunning the build setup script."
-source run_conda_forge_build_setup
-
-
-
-( endgroup "Configuring conda" ) 2> /dev/null
-
-echo -e "\n\nMaking the build clobber file"
-make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml
-
-if [[ -f LICENSE.txt ]]; then
- cp LICENSE.txt "recipe/recipe-scripts-license.txt"
-fi
-
-if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then
- if [[ "x${BUILD_OUTPUT_ID:-}" != "x" ]]; then
- EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --output-id ${BUILD_OUTPUT_ID}"
- fi
- CONDA_SUBDIR="${BUILD_PLATFORM}" conda debug ./recipe -m ./.ci_support/${CONFIG}.yaml \
- ${EXTRA_CB_OPTIONS:-} \
- --clobber-file ./.ci_support/clobber_${CONFIG}.yaml
-
- # Drop into an interactive shell
- /bin/bash
-else
-
- if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then
- EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test"
- fi
-
- CONDA_SUBDIR="${BUILD_PLATFORM}" conda-build ./recipe -m ./.ci_support/${CONFIG}.yaml \
- --suppress-variables ${EXTRA_CB_OPTIONS:-} \
- --clobber-file ./.ci_support/clobber_${CONFIG}.yaml \
- --extra-meta flow_run_id="$flow_run_id" remote_url="$remote_url" sha="$sha"
-
- ( startgroup "Inspecting artifacts" ) 2> /dev/null
-
- # inspect_artifacts was only added in conda-forge-ci-setup 4.9.4
- command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts --recipe-dir ./recipe -m ./.ci_support/${CONFIG}.yaml || echo "inspect_artifacts needs conda-forge-ci-setup >=4.9.4"
-
- ( endgroup "Inspecting artifacts" ) 2> /dev/null
- ( startgroup "Validating outputs" ) 2> /dev/null
-
- validate_recipe_outputs "${FEEDSTOCK_NAME}"
-
- ( endgroup "Validating outputs" ) 2> /dev/null
-
- ( startgroup "Uploading packages" ) 2> /dev/null
-
- if [[ "${UPLOAD_PACKAGES}" != "False" ]] && [[ "${IS_PR_BUILD}" == "False" ]]; then
- upload_package --validate --feedstock-name="${FEEDSTOCK_NAME}" ./ ./recipe ./.ci_support/${CONFIG}.yaml
- fi
-
- ( endgroup "Uploading packages" ) 2> /dev/null
-fi
diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat
index a206b484..553f5807 100755
--- a/.scripts/run_win_build.bat
+++ b/.scripts/run_win_build.bat
@@ -76,24 +76,20 @@ if EXIST LICENSE.txt (
)
if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] (
if [%CROSSCOMPILING_EMULATOR%] == [] (
- set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test"
+ set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --test skip"
)
)
if NOT [%flow_run_id%] == [] (
- set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%"
+ set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% --extra-meta remote_url=%remote_url% --extra-meta sha=%sha%"
)
call :end_group
:: Build the recipe
echo Building recipe
-set "_OLD_CONDA_SUBDIR=%CONDA_SUBDIR%"
-set "CONDA_SUBDIR=%BUILD_PLATFORM%"
-conda-build.exe "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS%
+rattler-build.exe build --recipe "recipe" -m .ci_support\%CONFIG%.yaml %EXTRA_CB_OPTIONS% --build-platform %BUILD_PLATFORM% --target-platform %HOST_PLATFORM%
if !errorlevel! neq 0 exit /b !errorlevel!
-set "_OLD_CONDA_SUBDIR="
-set "CONDA_SUBDIR=%_OLD_CONDA_SUBDIR%"
call :start_group "Inspecting artifacts"
:: inspect_artifacts was only added in conda-forge-ci-setup 4.9.4
diff --git a/README.md b/README.md
index b53cd7e9..e9fa0bb5 100644
--- a/README.md
+++ b/README.md
@@ -9,39 +9,12 @@ About onnxruntime
Home: https://github.com/microsoft/onnxruntime/
-Package license: MIT AND BSL-1.0 AND BSD-3-Clause
-
-Summary: cross-platform, high performance ML inferencing and training accelerator
-
-About onnxruntime
------------------
-
-Home: https://github.com/microsoft/onnxruntime/
-
-Package license: MIT AND BSL-1.0
-
-Summary: cross-platform, high performance ML inferencing and training accelerator
-
-About onnxruntime-cpp
----------------------
-
-Home: https://github.com/microsoft/onnxruntime/
-
Package license: MIT AND BSL-1.0
Summary: cross-platform, high performance ML inferencing and training accelerator
-About onnxruntime-novec
------------------------
-
-Home: https://github.com/microsoft/onnxruntime/
-
-Package license: MIT AND BSL-1.0
-
-Summary: cross-platform, high performance ML inferencing and training accelerator
-
-About onnxruntime-novec-cpp
----------------------------
+About onnxruntime-ep-cuda
+-------------------------
Home: https://github.com/microsoft/onnxruntime/
@@ -61,94 +34,6 @@ Current build status
-
-
- | Azure |
-
-
-
-
-
-
-
-
- | Variant | Status |
-
- | osx_arm64_python3.10.____cpythonsuffix |
-
-
-
-
- |
-
- | osx_arm64_python3.10.____cpythonsuffix-novec |
-
-
-
-
- |
-
- | osx_arm64_python3.11.____cpythonsuffix |
-
-
-
-
- |
-
- | osx_arm64_python3.11.____cpythonsuffix-novec |
-
-
-
-
- |
-
- | osx_arm64_python3.12.____cpythonsuffix |
-
-
-
-
- |
-
- | osx_arm64_python3.12.____cpythonsuffix-novec |
-
-
-
-
- |
-
- | osx_arm64_python3.13.____cp313suffix |
-
-
-
-
- |
-
- | osx_arm64_python3.13.____cp313suffix-novec |
-
-
-
-
- |
-
- | osx_arm64_python3.14.____cp314suffix |
-
-
-
-
- |
-
- | osx_arm64_python3.14.____cp314suffix-novec |
-
-
-
-
- |
-
-
-
-
- |
-
Current release info
@@ -156,10 +41,7 @@ Current release info
| Name | Downloads | Version | Platforms |
| --- | --- | --- | --- |
-| [](https://anaconda.org/conda-forge/onnxruntime) | [](https://anaconda.org/conda-forge/onnxruntime) | [](https://anaconda.org/conda-forge/onnxruntime) | [](https://anaconda.org/conda-forge/onnxruntime) |
-| [](https://anaconda.org/conda-forge/onnxruntime-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-cpp) |
-| [](https://anaconda.org/conda-forge/onnxruntime-novec) | [](https://anaconda.org/conda-forge/onnxruntime-novec) | [](https://anaconda.org/conda-forge/onnxruntime-novec) | [](https://anaconda.org/conda-forge/onnxruntime-novec) |
-| [](https://anaconda.org/conda-forge/onnxruntime-novec-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-novec-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-novec-cpp) | [](https://anaconda.org/conda-forge/onnxruntime-novec-cpp) |
+| [](https://anaconda.org/conda-forge/onnxruntime-ep-cuda) | [](https://anaconda.org/conda-forge/onnxruntime-ep-cuda) | [](https://anaconda.org/conda-forge/onnxruntime-ep-cuda) | [](https://anaconda.org/conda-forge/onnxruntime-ep-cuda) |
Installing onnxruntime
======================
@@ -178,7 +60,7 @@ How to use
With conda
```
-conda install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cpp
+conda install onnxruntime-ep-cuda
```
@@ -187,7 +69,7 @@ conda install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cp
With mamba
```
-mamba install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cpp
+mamba install onnxruntime-ep-cuda
```
@@ -197,9 +79,9 @@ mamba install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cp
```
# for adding to your local project
-pixi add onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cpp
+pixi add onnxruntime-ep-cuda
# for installing globally
-pixi global install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-novec-cpp
+pixi global install onnxruntime-ep-cuda
```
@@ -207,13 +89,13 @@ pixi global install onnxruntime onnxruntime-cpp onnxruntime-novec onnxruntime-no
Search package versions
-----------------------
-It is possible to list all of the versions of `onnxruntime` available on your platform:
+It is possible to list all of the versions of `onnxruntime-ep-cuda` available on your platform:
With conda
```
-conda search onnxruntime --channel conda-forge
+conda search onnxruntime-ep-cuda --channel conda-forge
```
@@ -222,7 +104,7 @@ conda search onnxruntime --channel conda-forge
With mamba
```
-mamba search onnxruntime --channel conda-forge
+mamba search onnxruntime-ep-cuda --channel conda-forge
```
@@ -231,7 +113,7 @@ mamba search onnxruntime --channel conda-forge
With pixi
```
-pixi search onnxruntime --channel conda-forge
+pixi search onnxruntime-ep-cuda --channel conda-forge
```
@@ -241,13 +123,13 @@ pixi search onnxruntime --channel conda-forge
```
# Search all versions available on your platform:
-mamba repoquery search onnxruntime --channel conda-forge
+mamba repoquery search onnxruntime-ep-cuda --channel conda-forge
-# List packages depending on `onnxruntime`:
-mamba repoquery whoneeds onnxruntime --channel conda-forge
+# List packages depending on `onnxruntime-ep-cuda`:
+mamba repoquery whoneeds onnxruntime-ep-cuda --channel conda-forge
-# List dependencies of `onnxruntime`:
-mamba repoquery depends onnxruntime --channel conda-forge
+# List dependencies of `onnxruntime-ep-cuda`:
+mamba repoquery depends onnxruntime-ep-cuda --channel conda-forge
```
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 7e0f633d..00000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# This file was generated automatically from conda-smithy. To update this configuration,
-# update the conda-forge.yml and/or the recipe/meta.yaml.
-# -*- mode: yaml -*-
-
-stages:
-- stage: Check
- jobs:
- - job: Skip
- pool:
- vmImage: 'ubuntu-latest'
- variables:
- DECODE_PERCENTS: 'false'
- RET: 'true'
- steps:
- - checkout: self
- fetchDepth: '2'
- - bash: |
- git_log=`git log --max-count=1 --skip=1 --pretty=format:"%B" | tr "\n" " "`
- echo "##vso[task.setvariable variable=log]$git_log"
- displayName: Obtain commit message
- - bash: echo "##vso[task.setvariable variable=RET]false"
- condition: and(eq(variables['Build.Reason'], 'PullRequest'), or(contains(variables.log, '[skip azp]'), contains(variables.log, '[azp skip]'), contains(variables.log, '[skip ci]'), contains(variables.log, '[ci skip]')))
- displayName: Skip build?
- - bash: echo "##vso[task.setvariable variable=start_main;isOutput=true]$RET"
- name: result
- displayName: Export result
-- stage: Build
- condition: and(succeeded(), eq(dependencies.Check.outputs['Skip.result.start_main'], 'true'))
- dependsOn: Check
- jobs:
- - template: ./.azure-pipelines/azure-pipelines-osx.yml
\ No newline at end of file
diff --git a/conda-forge.yml b/conda-forge.yml
index 47b476af..74def945 100644
--- a/conda-forge.yml
+++ b/conda-forge.yml
@@ -3,6 +3,7 @@ build_platform:
linux_ppc64le: linux_64
conda_build:
pkg_format: '2'
+conda_build_tool: rattler-build
conda_forge_output_validation: true
conda_install_tool: pixi
github:
diff --git a/pixi.toml b/pixi.toml
index 345813dd..4d5ac910 100644
--- a/pixi.toml
+++ b/pixi.toml
@@ -5,7 +5,7 @@
[workspace]
name = "onnxruntime-feedstock"
-version = "2026.8.5" # conda-smithy version used to generate this file
+version = "2026.8.9" # conda-smithy version used to generate this file
description = "Pixi configuration for conda-forge/onnxruntime-feedstock"
authors = ["@conda-forge/onnxruntime"]
channels = ["conda-forge"]
@@ -29,647 +29,68 @@ description = "Lint the feedstock recipe"
[feature.build.dependencies]
conda-build = ">=26.3"
conda-forge-ci-setup = "4.*"
-python = "3.12.*"
+rattler-build = "*"
[feature.build.tasks.inspect-all]
cmd = "inspect_artifacts --all-packages"
-description = "List contents of all packages found in conda-build build directory."
+description = "List contents of all packages found in rattler-build build directory."
[feature.build.tasks.build]
-cmd = "conda-build build recipe"
+cmd = "rattler-build build --recipe recipe"
description = "Build onnxruntime-feedstock directly (without setup scripts), no particular variant specified"
-[feature.build.tasks.debug]
-cmd = "conda-build debug recipe"
-description = "Debug onnxruntime-feedstock directly (without setup scripts), no particular variant specified"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"
-[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.13.____cp313suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9python3.14.____cp314suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.13.____cp313suffix-novec"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_versionNonepython3.14.____cp314suffix-novec"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.10.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.11.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.12.____cpythonsuffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.13.____cp313suffix"
-[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0python3.14.____cp314suffix"
-[feature.build.tasks."build-osx_arm64_python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.10.____cpythonsuffix"
-[feature.build.tasks."build-osx_arm64_python3.10.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.10.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.10.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.10.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.10.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.10.____cpythonsuffix-novec"
-[feature.build.tasks."build-osx_arm64_python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.11.____cpythonsuffix"
-[feature.build.tasks."build-osx_arm64_python3.11.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.11.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.11.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.11.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.11.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.11.____cpythonsuffix-novec"
-[feature.build.tasks."build-osx_arm64_python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.12.____cpythonsuffix"
-[feature.build.tasks."build-osx_arm64_python3.12.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.12.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.12.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.12.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.12.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.12.____cpythonsuffix-novec"
-[feature.build.tasks."build-osx_arm64_python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.13.____cp313suffix"
-[feature.build.tasks."build-osx_arm64_python3.13.____cp313suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.13.____cp313suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.13.____cp313suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.13.____cp313suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.13.____cp313suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.13.____cp313suffix-novec"
-[feature.build.tasks."build-osx_arm64_python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.14.____cp314suffix"
-[feature.build.tasks."build-osx_arm64_python3.14.____cp314suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_osx_arm64_python3.14.____cp314suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant osx_arm64_python3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-osx_arm64_python3.14.____cp314suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant osx_arm64_python3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-osx_arm64_python3.14.____cp314suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_python3.14.____cp314suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant osx_arm64_python3.14.____cp314suffix-novec"
-[feature.build.tasks."build-win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9python3.10.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9python3.11.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9python3.12.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9python3.13.____cp313suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9python3.14.____cp314suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0python3.10.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0python3.11.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0python3.12.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0python3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0python3.13.____cp313suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0python3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0python3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0python3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0python3.14.____cp314suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.10.____cpythonsuffix-novec"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.11.____cpythonsuffix-novec"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.12.____cpythonsuffix-novec"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.13.____cp313suffix-novec"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix"
-[feature.build.tasks."build-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build build recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml --suppress-variables --clobber-file .ci_support/clobber_win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."debug-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "conda-build debug recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "Debug onnxruntime-feedstock with variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec directly (without setup scripts)"
-[feature.build.tasks."inspect-win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec"]
-cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec.yaml"
-description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_versionNonepython3.14.____cp314suffix-novec"
+[feature.build.tasks."build-linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."debug-linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.17cuda_compiler_version12.9suffix"
+[feature.build.tasks."build-linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."debug-linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant linux_64_c_stdlib_version2.28cuda_compiler_version13.0suffix"
+[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.17cuda_compiler_version12.9suffix"
+[feature.build.tasks."build-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."debug-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant linux_aarch64_c_stdlib_version2.28cuda_compiler_version13.0suffix"
+[feature.build.tasks."build-win_64_cuda_compiler_version12.9suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/win_64_cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."debug-win_64_cuda_compiler_version12.9suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/win_64_cuda_compiler_version12.9suffix.yaml"
+description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version12.9suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-win_64_cuda_compiler_version12.9suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version12.9suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version12.9suffix"
+[feature.build.tasks."build-win_64_cuda_compiler_version13.0suffix"]
+cmd = "rattler-build build --recipe recipe -m .ci_support/win_64_cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."debug-win_64_cuda_compiler_version13.0suffix"]
+cmd = "rattler-build debug setup --recipe recipe -m .ci_support/win_64_cuda_compiler_version13.0suffix.yaml"
+description = "Build onnxruntime-feedstock with variant win_64_cuda_compiler_version13.0suffix directly (without setup scripts)"
+[feature.build.tasks."inspect-win_64_cuda_compiler_version13.0suffix"]
+cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_cuda_compiler_version13.0suffix.yaml"
+description = "List contents of onnxruntime-feedstock packages built for variant win_64_cuda_compiler_version13.0suffix"
[environments]
build = ["build"]
diff --git a/recipe/bld.bat b/recipe/bld.bat
deleted file mode 100644
index 4cb0617b..00000000
--- a/recipe/bld.bat
+++ /dev/null
@@ -1,52 +0,0 @@
-@echo on
-
-:: Enable CUDA support and set CUDA architectures based on CUDA version
-if "%cuda_compiler_version%"=="None" (
- set "BUILD_ARGS="
- set "onnxruntime_BUILD_UNIT_TESTS=ON"
- set "CUDA_ARCH_LIST="
-) else (
- set "onnxruntime_BUILD_UNIT_TESTS=OFF"
- if "%cuda_compiler_version%"=="12.9" (
- REM SM 100+ (Blackwell) triggers a broken asm in CUDA 12.9 clusterlaunchcontrol.h on Windows, fixed in 13.0
- set "CUDA_ARCH_LIST=70-real;75-real;80-real;86-real;89-real;90-real"
- set "BUILD_ARGS=--use_cuda --cuda_home %LIBRARY_PREFIX% --cudnn_home %LIBRARY_PREFIX% --nvcc_threads=2 --parallel=8"
- ) else if "%cuda_compiler_version%"=="13.0" (
- set "CUDA_ARCH_LIST=75-real;80-real;86-real;89-real;90-real;100-real;120"
- set "BUILD_ARGS=--use_cuda --cuda_home %LIBRARY_PREFIX% --cudnn_home %LIBRARY_PREFIX% --nvcc_threads=2 --parallel=8"
- ) else (
- echo No CUDA architecture list exists for CUDA v%cuda_compiler_version%. See bld.bat for information on adding one.
- exit 1
- )
-)
-
-:: We set CMAKE_DISABLE_FIND_PACKAGE_Protobuf=ON as currently we do not want to use
-:: protobuf from conda-forge, see https://github.com/conda-forge/onnxruntime-feedstock/issues/57#issuecomment-1518033552
-python tools/ci_build/build.py ^
- --skip_pip_install ^
- --compile_no_warning_as_error ^
- --build_dir build-ci ^
- --cmake_extra_defines EIGEN_MPL2_ONLY=ON "onnxruntime_USE_COREML=OFF" "onnxruntime_BUILD_SHARED_LIB=ON" "onnxruntime_BUILD_UNIT_TESTS=%onnxruntime_BUILD_UNIT_TESTS%" CMAKE_PREFIX_PATH=%LIBRARY_PREFIX% CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% CMAKE_DISABLE_FIND_PACKAGE_Protobuf=ON CMAKE_CUDA_ARCHITECTURES=%CUDA_ARCH_LIST% ^
- --cmake_generator Ninja ^
- --build_wheel ^
- --config Release ^
- --update ^
- --build ^
- --skip_submodule_sync ^
- %BUILD_ARGS%
-if errorlevel 1 exit 1
-
-if "%cuda_compiler_version%"=="None" (
- python tools/ci_build/build.py --test --config Release --cmake_generator Ninja --build_dir build-ci
- if errorlevel 1 exit 1
-)
-
-:: Install the project into cwd.
-:: This is needed only to produce the exported CMake targets.
-cmake --install build-ci/Release --prefix "install-ci"
-
-:: In theory there should be only one wheel
-for %%F in (build-ci\Release\dist\onnxruntime*.whl) do (
- python -m pip install %%F
- if errorlevel 1 exit 1
-)
diff --git a/recipe/build-cpp.nu b/recipe/build-cpp.nu
new file mode 100644
index 00000000..5d8ce686
--- /dev/null
+++ b/recipe/build-cpp.nu
@@ -0,0 +1,163 @@
+# Debug: print all environment variables
+print "=== ENVIRONMENT VARIABLES ==="
+$env | transpose key value | each {|row| print $"($row.key)=($row.value)"} | ignore
+print "=== END ENVIRONMENT VARIABLES ==="
+
+let is_win = ($env.target_platform | str starts-with "win")
+let is_linux = ($env.target_platform | str starts-with "linux")
+let is_osx = ($env.target_platform | str starts-with "osx")
+
+let cuda_version = ($env.cuda_compiler_version? | default "None")
+let cuda_enabled = ($cuda_version != "None")
+let cross_compiling = ($env.CONDA_BUILD_CROSS_COMPILATION? | default "0") == "1"
+
+let build_unit_tests = if $cross_compiling or $cuda_enabled { "OFF" } else { "ON" }
+let dont_vectorize = if (($env.suffix? | default "") | str contains "novec") { "ON" } else { "OFF" }
+
+# https://github.com/conda-forge/ctng-compiler-activation-feedstock/issues/143
+if $is_linux {
+ $env.LDFLAGS = (($env.LDFLAGS? | default "") + " -Wl,-z,noexecstack")
+}
+
+# Explicitly provide Python and NumPy paths to cmake. See:
+# https://conda-forge.org/docs/how-to/advanced/cross-compilation/#finding-numpy-in-cross-compiled-python-packages-using-cmake
+let python_include_dir = (python -c "import sysconfig; print(sysconfig.get_path('include'))" | str trim)
+let numpy_include_dir = (python -c "import numpy; print(numpy.get_include())" | str trim)
+# $PYTHON points to the host env python which can't run during cross-compilation.
+let python_executable = if $cross_compiling { $"($env.BUILD_PREFIX)/bin/python" } else { $env.PYTHON }
+
+let forwarded_cmake_args = ($env.CMAKE_ARGS | split row " ")
+
+let prefix_path = if $is_win { $env.LIBRARY_PREFIX } else { $env.PREFIX }
+mut cmake_defines = ($forwarded_cmake_args | append [
+ $"-DCMAKE_PREFIX_PATH=($prefix_path)"
+ # 1.28.0 requires C++20; the C++20 module-scanning issues that once forced
+ # 17 are handled upstream via CMAKE_CXX_SCAN_FOR_MODULES=OFF
+ "-DCMAKE_CXX_STANDARD=20"
+ "-DCMAKE_INSTALL_LIBDIR=lib"
+ "-Donnxruntime_BUILD_SHARED_LIB=ON"
+ "-Donnxruntime_DISABLE_RTTI=OFF"
+ "-Donnxruntime_ENABLE_LTO=OFF" # TODO
+ "-Donnxruntime_ENABLE_PYTHON=ON" # Must be enabled to get the dlpack exports
+ "-Donnxruntime_USE_KLEIDIAI=ON"
+ "-Donnxruntime_USE_SVE=ON"
+ $"-Donnxruntime_BUILD_UNIT_TESTS=($build_unit_tests)"
+ $"-Donnxruntime_DONT_VECTORIZE=($dont_vectorize)"
+ "-DEIGEN_MPL2_ONLY=ON"
+ "-DFLATBUFFERS_BUILD_FLATC=OFF"
+ $"-DPython_EXECUTABLE:PATH=($python_executable)"
+ $"-DPython_INCLUDE_DIR:PATH=($python_include_dir)"
+ $"-DPython_NumPy_INCLUDE_DIR=($numpy_include_dir)"
+ "-DCMAKE_OSX_ARCHITECTURES=arm64" # Ignored on non-apple platforms
+ "-DTHREADS_PREFER_PTHREAD_FLAG=ON" # Ensure -pthread is used from the start, avoiding cache invalidation in Python stage
+])
+
+if $is_osx {
+ # Enable the CoreML execution provider on Apple Silicon (osx-x86_64 is
+ # skipped entirely). The CoreML EP is statically linked into libonnxruntime
+ # and exposed as the "CoreMLExecutionProvider".
+ $cmake_defines = ($cmake_defines | append "-Donnxruntime_USE_COREML=ON")
+}
+
+if $is_win {
+ # https://github.com/conda-forge/onnxruntime-feedstock/issues/57#issuecomment-1518033552
+ $cmake_defines = ($cmake_defines | append [
+ "-DCMAKE_DISABLE_FIND_PACKAGE_Protobuf=ON"
+ # Matches what upstream build.py does when enable_msvc_static_runtime is off.
+ "-Dprotobuf_MSVC_STATIC_RUNTIME=OFF"
+ "-DONNX_USE_MSVC_STATIC_RUNTIME=OFF"
+ "-DABSL_MSVC_STATIC_RUNTIME=OFF"
+ "-Dgtest_force_shared_crt=ON"
+ ])
+} else {
+ $cmake_defines = ($cmake_defines | append [
+ $"-DONNX_CUSTOM_PROTOC_EXECUTABLE=($env.BUILD_PREFIX)/bin/protoc"
+ ])
+ if $cross_compiling and $is_linux {
+ # On Linux/glibc, iconv is built into libc. During cross-compilation,
+ # CMake's FindIconv can't run its try_compile test to detect this and
+ # falls back to finding the wrong-architecture libiconv from BUILD_PREFIX.
+ $cmake_defines = ($cmake_defines | append "-DIconv_IS_BUILT_IN=TRUE")
+ }
+}
+
+# CUDA configuration
+if $cuda_enabled {
+ let cuda_arch_list = if $is_win {
+ match $cuda_version {
+ # SM 100+ (Blackwell) triggers a broken asm in CUDA 12.9
+ # clusterlaunchcontrol.h on Windows (long is 32-bit under MSVC),
+ # fixed in 13.0. SM 110 (Thor) is Linux-only.
+ "12.9" => "70-real;75-real;80-real;86-real;89-real;90-real"
+ "13.0" => "75-real;80-real;86-real;89-real;90-real;100-real;120"
+ _ => { error make {msg: $"No CUDA architecture list for v($cuda_version). See build-cpp.nu."} }
+ }
+ } else {
+ match $cuda_version {
+ "12.9" => "70-real;75-real;80-real;86-real;89-real;90-real;100-real;120"
+ "13.0" => "75-real;80-real;86-real;89-real;90-real;100-real;110-real;120"
+ _ => { error make {msg: $"No CUDA architecture list for v($cuda_version). See build-cpp.nu."} }
+ }
+ }
+ $env.NINJAJOBS = "1"
+ # Limit nvcc parallelism; Windows CUDA 13.0 builds run out of memory otherwise
+ $cmake_defines = ($cmake_defines | append "-Donnxruntime_NVCC_THREADS=2")
+
+ if $is_win {
+ let build_lib_prefix = $"($env.BUILD_PREFIX)/Library"
+ # Add nvcc to PATH so cmake can find it (matches build.py behavior).
+ # On Windows nushell exposes the path as a list named `Path`; assigning a
+ # string to `PATH` shadows it with a broken value and cl.exe disappears.
+ $env.Path = ($env.Path | prepend $"($build_lib_prefix)/bin")
+ $cmake_defines = ($cmake_defines | append [
+ "-Donnxruntime_USE_CUDA=ON"
+ $"-Donnxruntime_CUDA_HOME=($env.LIBRARY_PREFIX)"
+ $"-Donnxruntime_CUDNN_HOME=($env.LIBRARY_PREFIX)"
+ $"-DCMAKE_CUDA_ARCHITECTURES=($cuda_arch_list)"
+ ])
+ } else {
+ let cuda_target = match $env.target_platform {
+ "linux-64" => "x86_64-linux"
+ "linux-aarch64" => "sbsa-linux"
+ _ => { error make {msg: $"Unknown CUDA target for ($env.target_platform)"} }
+ }
+ $env.CUDA_HOME = $"($env.BUILD_PREFIX)/targets/($cuda_target)"
+ # onnxruntime_CUDA_HOME sets CUDAToolkit_ROOT for find_package(CUDAToolkit).
+ # Point it to the host prefix where libcublas-dev etc. install their headers.
+ let cuda_toolkit_root = $"($env.PREFIX)/targets/($cuda_target)"
+ $cmake_defines = ($cmake_defines | append [
+ "-Donnxruntime_USE_CUDA=ON"
+ $"-Donnxruntime_CUDA_HOME=($cuda_toolkit_root)"
+ $"-Donnxruntime_CUDNN_HOME=($env.PREFIX)"
+ $"-DCMAKE_CUDA_COMPILER=($env.BUILD_PREFIX)/bin/nvcc"
+ $"-DCMAKE_CUDA_ARCHITECTURES=($cuda_arch_list)"
+ # Once enable_language(CUDA) runs, FindCUDAToolkit derives the toolkit
+ # location from nvcc (in BUILD_PREFIX) and ignores CUDAToolkit_ROOT.
+ # Explicitly set the include dir to the host prefix where libcublas-dev
+ # etc. install their headers.
+ $"-DCUDAToolkit_ROOT=($cuda_toolkit_root)"
+ $"-DCMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES=($cuda_toolkit_root)/include"
+ ])
+ }
+}
+
+# Configure
+cmake -S cmake -B build-ci/Release -G Ninja --compile-no-warning-as-error ...$cmake_defines
+
+# Build
+cmake --build build-ci/Release --config Release --parallel $env.CPU_COUNT
+
+# # Run tests
+if not $cross_compiling {
+ ctest -V -C Release --test-dir build-ci/Release
+}
+
+# Install
+let lib_prefix = if $is_win { $env.LIBRARY_PREFIX } else { $env.PREFIX }
+cmake --install build-ci/Release --prefix $lib_prefix
+
+# Workaround: give Windows time to release file handles before rattler-build
+# tries to remove the work directory. See https://github.com/prefix-dev/rattler-build/issues/1431
+if $is_win {
+ sleep 30sec
+}
diff --git a/recipe/build-ep-cuda.nu b/recipe/build-ep-cuda.nu
new file mode 100644
index 00000000..7b80d515
--- /dev/null
+++ b/recipe/build-ep-cuda.nu
@@ -0,0 +1,145 @@
+# Build the CUDA execution provider as a standalone plugin library
+# (onnxruntime_BUILD_CUDA_EP_AS_PLUGIN=ON). The plugin is Python-independent
+# and loads into any onnxruntime core >= the version recorded in upstream's
+# plugin-ep-cuda/MIN_ONNXRUNTIME_VERSION via the EP plugin API
+# (register_execution_provider_library / RegisterExecutionProviderLibrary).
+# See docs/cuda_plugin_ep/ in the onnxruntime sources.
+
+let is_win = ($env.target_platform | str starts-with "win")
+let is_linux = ($env.target_platform | str starts-with "linux")
+
+let cuda_version = ($env.cuda_compiler_version? | default "None")
+if $cuda_version == "None" {
+ error make {msg: "build-ep-cuda.nu requires a CUDA variant"}
+}
+let cross_compiling = ($env.CONDA_BUILD_CROSS_COMPILATION? | default "0") == "1"
+
+# https://github.com/conda-forge/ctng-compiler-activation-feedstock/issues/143
+if $is_linux {
+ $env.LDFLAGS = (($env.LDFLAGS? | default "") + " -Wl,-z,noexecstack")
+}
+
+let forwarded_cmake_args = ($env.CMAKE_ARGS | split row " ")
+
+let prefix_path = if $is_win { $env.LIBRARY_PREFIX } else { $env.PREFIX }
+mut cmake_defines = ($forwarded_cmake_args | append [
+ $"-DCMAKE_PREFIX_PATH=($prefix_path)"
+ "-DCMAKE_CXX_STANDARD=20"
+ "-DCMAKE_INSTALL_LIBDIR=lib"
+ # The plugin links the internal static libs (framework/graph/mlas/...);
+ # the core shared library, Python bindings, and tests are not needed.
+ "-Donnxruntime_BUILD_SHARED_LIB=OFF"
+ "-Donnxruntime_ENABLE_PYTHON=OFF"
+ "-Donnxruntime_BUILD_UNIT_TESTS=OFF"
+ "-Donnxruntime_DISABLE_RTTI=OFF"
+ "-Donnxruntime_ENABLE_LTO=OFF"
+ "-Donnxruntime_USE_KLEIDIAI=ON"
+ "-Donnxruntime_USE_SVE=ON"
+ "-DEIGEN_MPL2_ONLY=ON"
+ "-DFLATBUFFERS_BUILD_FLATC=OFF"
+ "-DTHREADS_PREFER_PTHREAD_FLAG=ON"
+ # Plugin selection
+ "-Donnxruntime_USE_CUDA=ON"
+ "-Donnxruntime_BUILD_CUDA_EP_AS_PLUGIN=ON"
+ # Without this the plugin reports "-dev"
+ $"-Donnxruntime_PLUGIN_EP_VERSION=($env.PKG_VERSION)"
+ # Limit nvcc parallelism; Windows CUDA 13.0 builds run out of memory otherwise
+ "-Donnxruntime_NVCC_THREADS=2"
+])
+
+if $is_win {
+ # https://github.com/conda-forge/onnxruntime-feedstock/issues/57#issuecomment-1518033552
+ $cmake_defines = ($cmake_defines | append [
+ "-DCMAKE_DISABLE_FIND_PACKAGE_Protobuf=ON"
+ # Matches what upstream build.py does when enable_msvc_static_runtime is off.
+ "-Dprotobuf_MSVC_STATIC_RUNTIME=OFF"
+ "-DONNX_USE_MSVC_STATIC_RUNTIME=OFF"
+ "-DABSL_MSVC_STATIC_RUNTIME=OFF"
+ ])
+} else {
+ $cmake_defines = ($cmake_defines | append [
+ $"-DONNX_CUSTOM_PROTOC_EXECUTABLE=($env.BUILD_PREFIX)/bin/protoc"
+ ])
+ if $cross_compiling and $is_linux {
+ # On Linux/glibc, iconv is built into libc. During cross-compilation,
+ # CMake's FindIconv can't run its try_compile test to detect this and
+ # falls back to finding the wrong-architecture libiconv from BUILD_PREFIX.
+ $cmake_defines = ($cmake_defines | append "-DIconv_IS_BUILT_IN=TRUE")
+ }
+}
+
+let cuda_arch_list = if $is_win {
+ match $cuda_version {
+ # SM 100+ (Blackwell) triggers a broken asm in CUDA 12.9
+ # clusterlaunchcontrol.h on Windows (long is 32-bit under MSVC),
+ # fixed in 13.0. SM 110 (Thor) is Linux-only.
+ "12.9" => "70-real;75-real;80-real;86-real;89-real;90-real"
+ "13.0" => "75-real;80-real;86-real;89-real;90-real;100-real;120"
+ _ => { error make {msg: $"No CUDA architecture list for v($cuda_version). See build-ep-cuda.nu."} }
+ }
+} else {
+ match $cuda_version {
+ "12.9" => "70-real;75-real;80-real;86-real;89-real;90-real;100-real;120"
+ "13.0" => "75-real;80-real;86-real;89-real;90-real;100-real;110-real;120"
+ _ => { error make {msg: $"No CUDA architecture list for v($cuda_version). See build-ep-cuda.nu."} }
+ }
+}
+$env.NINJAJOBS = "1"
+
+if $is_win {
+ let build_lib_prefix = $"($env.BUILD_PREFIX)/Library"
+ # Add nvcc to PATH so cmake can find it (matches build.py behavior).
+ # On Windows nushell exposes the path as a list named `Path`; assigning a
+ # string to `PATH` shadows it with a broken value and cl.exe disappears.
+ $env.Path = ($env.Path | prepend $"($build_lib_prefix)/bin")
+ $cmake_defines = ($cmake_defines | append [
+ $"-Donnxruntime_CUDA_HOME=($env.LIBRARY_PREFIX)"
+ $"-Donnxruntime_CUDNN_HOME=($env.LIBRARY_PREFIX)"
+ $"-DCMAKE_CUDA_ARCHITECTURES=($cuda_arch_list)"
+ ])
+} else {
+ let cuda_target = match $env.target_platform {
+ "linux-64" => "x86_64-linux"
+ "linux-aarch64" => "sbsa-linux"
+ _ => { error make {msg: $"Unknown CUDA target for ($env.target_platform)"} }
+ }
+ $env.CUDA_HOME = $"($env.BUILD_PREFIX)/targets/($cuda_target)"
+ # onnxruntime_CUDA_HOME sets CUDAToolkit_ROOT for find_package(CUDAToolkit).
+ # Point it to the host prefix where libcublas-dev etc. install their headers.
+ let cuda_toolkit_root = $"($env.PREFIX)/targets/($cuda_target)"
+ $cmake_defines = ($cmake_defines | append [
+ $"-Donnxruntime_CUDA_HOME=($cuda_toolkit_root)"
+ $"-Donnxruntime_CUDNN_HOME=($env.PREFIX)"
+ $"-DCMAKE_CUDA_COMPILER=($env.BUILD_PREFIX)/bin/nvcc"
+ $"-DCMAKE_CUDA_ARCHITECTURES=($cuda_arch_list)"
+ # Once enable_language(CUDA) runs, FindCUDAToolkit derives the toolkit
+ # location from nvcc (in BUILD_PREFIX) and ignores CUDAToolkit_ROOT.
+ # Explicitly set the include dir to the host prefix where libcublas-dev
+ # etc. install their headers.
+ $"-DCUDAToolkit_ROOT=($cuda_toolkit_root)"
+ $"-DCMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES=($cuda_toolkit_root)/include"
+ ])
+}
+
+# Configure
+cmake -S cmake -B build-ci/Release -G Ninja --compile-no-warning-as-error ...$cmake_defines
+
+# Build only the plugin library; the full install tree is not wanted here.
+cmake --build build-ci/Release --config Release --parallel $env.CPU_COUNT --target onnxruntime_providers_cuda_plugin
+
+# Install: only the plugin library ships in this package. cmake --install would
+# require every configured target to be built, so copy the artifact directly,
+# matching the destinations of upstream's install rule (LIBRARY->lib, RUNTIME->bin).
+if $is_win {
+ mkdir $"($env.LIBRARY_PREFIX)/bin"
+ cp build-ci/Release/onnxruntime_providers_cuda.dll $"($env.LIBRARY_PREFIX)/bin/"
+} else {
+ mkdir $"($env.PREFIX)/lib"
+ cp build-ci/Release/libonnxruntime_providers_cuda.so $"($env.PREFIX)/lib/"
+}
+
+# Workaround: give Windows time to release file handles before rattler-build
+# tries to remove the work directory. See https://github.com/prefix-dev/rattler-build/issues/1431
+if $is_win {
+ sleep 30sec
+}
diff --git a/recipe/build-python.nu b/recipe/build-python.nu
new file mode 100644
index 00000000..2673e771
--- /dev/null
+++ b/recipe/build-python.nu
@@ -0,0 +1,89 @@
+let is_win = ($env.target_platform | str starts-with "win")
+let is_linux = ($env.target_platform | str starts-with "linux")
+let cross_compiling = ($env.CONDA_BUILD_CROSS_COMPILATION? | default "0") == "1"
+let cuda_enabled = (($env.cuda_compiler_version? | default "None") != "None")
+
+# https://github.com/conda-forge/ctng-compiler-activation-feedstock/issues/143
+if $is_linux {
+ $env.LDFLAGS = (($env.LDFLAGS? | default "") + " -Wl,-z,noexecstack")
+}
+
+# Patch CMakeCache.txt: replace the staging Python version (3.13) with the current
+# variant's version so FindPython doesn't re-search and trigger unnecessary rebuilds.
+# Approach borrowed from pytorch-feedstock.
+let py_ver = (python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')" | str trim)
+let py_major = ($py_ver | split row "." | get 0)
+let py_minor = ($py_ver | split row "." | get 1)
+
+let cache_path = "build-ci/Release/CMakeCache.txt"
+(open $cache_path
+ | str replace --all "3.13" $py_ver
+ | str replace --all "3;13" $"($py_major);($py_minor)"
+ | str replace --all "cpython-313" $"cpython-($py_major)($py_minor)"
+ | save -f $cache_path)
+
+# Force rebuild of the pybind11 module for the current Python version.
+for f in (glob "build-ci/Release/onnxruntime_pybind11_state.*") { rm $f }
+
+# Build only the pybind11 module (links against already-installed libonnxruntime)
+# Add `-- -d explain` to get ninja debug info about invalidated caches
+cmake --build build-ci/Release --target onnxruntime_pybind11_state --config Release --parallel $env.CPU_COUNT
+
+# Build the wheel
+cd build-ci/Release
+let plat_args = if $cross_compiling {
+ let plat_name = match $env.target_platform {
+ "linux-64" => "linux_x86_64"
+ "linux-aarch64" => "linux_aarch64"
+ _ => { error make {msg: $"Unknown target platform for wheel: ($env.target_platform)"} }
+ }
+ [--plat-name $plat_name]
+} else {
+ []
+}
+
+python $"($env.SRC_DIR)/setup.py" bdist_wheel ...$plat_args ...$plat_args
+
+# Install the wheel
+pip install ...(glob dist/*.whl) --no-deps --no-build-isolation $"--prefix=($env.PREFIX)"
+
+# Run CPU-relevant Python tests from upstream build.py:
+# https://github.com/microsoft/onnxruntime/blob/v1.28.0/tools/ci_build/build.py
+if not $cross_compiling {
+ cd $env.SRC_DIR
+
+ # Deselect tests that need build artifacts we didn't produce or
+ # that write to the read-only testdata directory.
+ mut deselect = [
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_register_custom_ops_library
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_run_with_adapter
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_model_serialization_with_external_initializers_to_directory
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_model_serialization_with_original_external_initializers_to_directory
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_register_custom_e_ps_library
+ ]
+
+ # Deselect tests that require a CUDA device (CI runners have no GPU)
+ if $cuda_enabled {
+ $deselect = ($deselect | append [
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_get_and_set_tuning_results
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_ort_value
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_ort_value_gh_issue9799
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_set_providers
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_set_providers_with_options
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_sparse_tensor_coo_format
+ --deselect onnxruntime/test/python/onnxruntime_test_python.py::TestInferenceSession::test_sparse_tensor_csr_format
+ --deselect onnxruntime/test/python/onnxruntime_test_python_autoep.py::TestAutoEP::test_cuda_ep_register_and_inference
+ --deselect onnxruntime/test/python/onnxruntime_test_python_autoep.py::TestAutoEP::test_cuda_ep_selection_delegate_and_inference
+ ])
+ }
+
+ pytest -v ...$deselect ...[
+ onnxruntime/test/python/onnxruntime_test_python.py
+ onnxruntime/test/python/onnxruntime_test_python_autoep.py
+ onnxruntime/test/python/onnxruntime_test_python_sparse_matmul.py
+ onnxruntime/test/python/onnxruntime_test_python_mlops.py
+ ]
+
+ # Run separately: global_threadpool sets process-wide state that breaks later tests.
+ pytest -v onnxruntime/test/python/onnxruntime_test_python_global_threadpool.py
+}
diff --git a/recipe/build.sh b/recipe/build.sh
deleted file mode 100644
index e901d025..00000000
--- a/recipe/build.sh
+++ /dev/null
@@ -1,112 +0,0 @@
-#!/bin/bash
-
-set -exuo pipefail
-
-BUILD_ARGS="--skip_pip_install --parallel=8"
-
-if [[ "${PKG_NAME}" == 'onnxruntime-novec' ]]; then
- DONT_VECTORIZE="ON"
-else
- DONT_VECTORIZE="OFF"
-fi
-
-if [[ "${CONDA_BUILD_CROSS_COMPILATION:-0}" == '1' || "${cuda_compiler_version:-None}" != "None" ]]; then
- echo "Tests are disabled"
- RUN_TESTS_BUILD_PY_OPTIONS=""
- BUILD_UNIT_TESTS="OFF"
-else
- echo "Tests are enabled"
- RUN_TESTS_BUILD_PY_OPTIONS="--test"
- BUILD_UNIT_TESTS="ON"
-fi
-
-if [[ "${target_platform:-other}" == 'osx-arm64' ]]; then
- BUILD_ARGS="${BUILD_ARGS} --osx_arch arm64"
- # Enable the CoreML execution provider on Apple Silicon. This sets
- # onnxruntime_USE_COREML=ON; the CoreML EP is statically linked into
- # libonnxruntime and exposed as the "CoreMLExecutionProvider".
- BUILD_ARGS="${BUILD_ARGS} --use_coreml"
-fi
-
-if [[ "${target_platform}" == "linux-64" || "${target_platform}" == "linux-aarch64" ]]; then
- # https://github.com/conda-forge/ctng-compiler-activation-feedstock/issues/143
- # Explicitly force non-executable stack to fix compatibility with glibc 2.41, due to:
- # onnxruntime/capi/onnxruntime_pybind11_state.so: cannot enable executable stack as shared object requires: Invalid argument
- LDFLAGS+=" -Wl,-z,noexecstack"
-fi
-
-cmake_extra_defines=( "EIGEN_MPL2_ONLY=ON" \
- "FLATBUFFERS_BUILD_FLATC=OFF" \
- "onnxruntime_DONT_VECTORIZE=$DONT_VECTORIZE" \
- "onnxruntime_BUILD_SHARED_LIB=ON" \
- "onnxruntime_BUILD_UNIT_TESTS=$BUILD_UNIT_TESTS" \
- "CMAKE_PREFIX_PATH=$PREFIX" \
- "CMAKE_CXX_STANDARD=20" \
- "CMAKE_INSTALL_LIBDIR=lib"
-)
-
-# Copy the defines from the "activate" script (e.g. activate-gcc_linux-aarch64.sh)
-# into --cmake_extra_defines.
-read -a CMAKE_ARGS_ARRAY <<< "${CMAKE_ARGS}"
-for cmake_arg in "${CMAKE_ARGS_ARRAY[@]}"
-do
- if [[ "${cmake_arg}" == -DCMAKE_SYSTEM_* ]]; then
- # Strip -D prefix
- cmake_extra_defines+=( "${cmake_arg#"-D"}" )
- fi
-done
-
-# nvcc is at $BUILD_PREFIX/bin, not $CUDA_HOME/bin in conda-forge CUDA 12
-if [[ ! -z "${cuda_compiler_version+x}" && "${cuda_compiler_version}" != "None" ]]; then
- case ${cuda_compiler_version} in
- 12.9)
- export CUDA_ARCH_LIST="70-real;75-real;80-real;86-real;89-real;90-real;100-real;120"
- ;;
- 13.0)
- export CUDA_ARCH_LIST="75-real;80-real;86-real;89-real;90-real;100-real;110-real;120"
- ;;
- *)
- echo "No CUDA architecture list exists for CUDA v${cuda_compiler_version}. See build.sh for information on adding one."
- exit 1
- esac
- case ${target_platform} in
- linux-64)
- CUDA_TARGET=x86_64-linux
- ;;
- linux-aarch64)
- CUDA_TARGET=sbsa-linux
- ;;
- *)
- echo "unknown CUDA arch, edit build.sh"
- exit 1
- esac
- export CUDA_HOME="${BUILD_PREFIX}/targets/${CUDA_TARGET}"
- BUILD_ARGS="${BUILD_ARGS} --use_cuda --cuda_home ${CUDA_HOME} --cudnn_home ${PREFIX} --nvcc_threads=2"
- export NINJAJOBS=1
- cmake_extra_defines+=( "CMAKE_CUDA_COMPILER=${BUILD_PREFIX}/bin/nvcc" \
- "CMAKE_CUDA_ARCHITECTURES=${CUDA_ARCH_LIST}"
- )
-
-fi
-
-python tools/ci_build/build.py \
- --compile_no_warning_as_error \
- --enable_lto \
- --build_dir build-ci \
- --cmake_extra_defines "${cmake_extra_defines[@]}" \
- --cmake_generator Ninja \
- --build_wheel \
- --config Release \
- --update \
- --build ${RUN_TESTS_BUILD_PY_OPTIONS} \
- --skip_submodule_sync \
- --path_to_protoc_exe $BUILD_PREFIX/bin/protoc \
- ${BUILD_ARGS}
-
-# Install the project into cwd.
-# This is needed only to produce the exported CMake targets.
-cmake --install build-ci/Release --prefix "install-ci"
-
-for whl_file in build-ci/Release/dist/onnxruntime*.whl; do
- python -m pip install "$whl_file"
-done
diff --git a/recipe/install-cpp.bat b/recipe/install-cpp.bat
deleted file mode 100644
index 56d9187d..00000000
--- a/recipe/install-cpp.bat
+++ /dev/null
@@ -1,17 +0,0 @@
-@echo off
-setlocal enabledelayedexpansion
-
-mkdir "%PREFIX%\Library\include\onnxruntime"
-mkdir "%PREFIX%\Library\lib\cmake"
-mkdir "%PREFIX%\Library\bin"
-xcopy /E /I include\onnxruntime "%PREFIX%\Library\include\onnxruntime"
-xcopy /E /I install-ci\lib\cmake\onnxruntime "%PREFIX%\Library\lib\cmake\onnxruntime"
-xcopy /Y build-ci\Release\onnxruntime_conda.lib "%PREFIX%\Library\lib\"
-xcopy /Y build-ci\Release\onnxruntime_conda.dll "%PREFIX%\Library\bin\"
-
-if NOT "%cuda_compiler_version%"=="None" (
- xcopy /Y build-ci\Release\onnxruntime_providers_shared.lib "%PREFIX%\Library\lib\"
- xcopy /Y build-ci\Release\onnxruntime_providers_shared.dll "%PREFIX%\Library\bin\"
- xcopy /Y build-ci\Release\onnxruntime_providers_cuda.lib "%PREFIX%\Library\lib\"
- xcopy /Y build-ci\Release\onnxruntime_providers_cuda.dll "%PREFIX%\Library\bin\"
-)
diff --git a/recipe/install-cpp.sh b/recipe/install-cpp.sh
deleted file mode 100644
index 307c6ab9..00000000
--- a/recipe/install-cpp.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-set -exuo pipefail
-
-mkdir -p "${PREFIX}/include"
-mkdir -p "${PREFIX}/lib/cmake"
-cp -pr include/onnxruntime "${PREFIX}/include/"
-cp -pr install-ci/lib/cmake/onnxruntime "${PREFIX}/lib/cmake/"
-
-if [[ -n "${OSX_ARCH:+yes}" ]]; then
- install build-ci/Release/libonnxruntime.*dylib "${PREFIX}/lib"
-else
- install build-ci/Release/libonnxruntime.so* "${PREFIX}/lib"
- if [[ ! -z "${cuda_compiler_version+x}" && "${cuda_compiler_version}" != "None" ]]; then
- install build-ci/Release/libonnxruntime_providers_shared.so* "${PREFIX}/lib"
- install build-ci/Release/libonnxruntime_providers_cuda.so* "${PREFIX}/lib"
- fi
-fi
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
deleted file mode 100644
index 188c67e0..00000000
--- a/recipe/meta.yaml
+++ /dev/null
@@ -1,207 +0,0 @@
-{% set cuda_enabled = cuda_compiler_version != "None" %}
-{% set build_ext = ("cuda" ~ cuda_compiler_version).replace(".", "") if cuda_enabled else "cpu" %}
-{% set version = "1.28.0" %}
-{% set suffix = "" %} # [suffix == None]
-{% set build = 0 %}
-
-{% if cuda_enabled %}
-{% set build = build + 200 %}
-{% endif %}
-
-{% if cuda_compiler_version in (None, "None", True, False) %}
-{% set cuda_major = 0 %}
-{% else %}
-{% set cuda_major = environ.get("cuda_compiler_version", "11.8").split(".")[0] | int %}
-{% endif %}
-
-package:
- name: onnxruntime{{ suffix }}
- version: {{ version }}
-
-source:
- url: https://github.com/microsoft/onnxruntime/archive/refs/tags/v{{ version }}.tar.gz
- sha256: 9616cbdbbfcb1420b3261cd280a047d74ab0a249825e577b0e2dd310e22f6b83
- patches:
- # Workaround for https://github.com/conda-forge/onnxruntime-feedstock/pull/56#issuecomment-1586080419
- - patches/0001-avoid-conflicting-with-onnxruntime.dll-in-system32.patch # [win]
- # https://github.com/conda-forge/onnxruntime-feedstock/pull/128#issuecomment-2390332504
- - patches/0002-use-first-nvcc-found.patch
- # Improve compatibility between Visual Studio 19.41 + cuda 12.0 (they require 12.4 by default)
- # Upstream suggestion https://github.com/microsoft/onnxruntime/pull/22332
- - patches/0003-Add-_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH-for-cud.patch
- # Fix endian.h shadowing system header for glibc 2.17
- - patches/0004-Remove-redundant-include-paths-from-custom-op-test-t.patch
- # Upstream is actually compatible with 3.10
- - patches/0005-Lower-python_require-to-3.10.patch
- # New test in 1.28.0 lacks the skip guard its siblings have when onnx is absent
- - patches/0006-Skip-adapter-string-tensor-test-without-onnx.patch
- # autoep test gained a module-level onnx import in 1.28.0 but runs before
- # build.py's "onnx is not installed" gate
- - patches/0007-Guard-onnx-import-in-autoep-test.patch
-
-build:
- number: {{ build }}
- # don't build cuda versions with novec
- skip: true # [ (cuda_compiler_version != "None") and suffix == "-novec"]
- # Since 1.11, power9 seems to be required.
- skip: true # [ppc64le]
- skip: true # [osx and x86_64]
- string: py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
- ignore_run_exports_from:
- - zlib
- # This needs to be coherent with the entry_points list defined around
- # https://github.com/microsoft/onnxruntime/blob/main/setup.py#L735
- entry_points:
- - onnxruntime_test = onnxruntime.tools.onnxruntime_test:main
-
-requirements:
- build:
- - python # [build_platform != target_platform]
- - cross-python_{{ target_platform }} # [build_platform != target_platform]
- - numpy # [build_platform != target_platform]
- - pybind11 # [build_platform != target_platform]
- - {{ compiler('c') }}
- - {{ stdlib('c') }}
- - {{ compiler('cxx') }}
- - {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- {% if cuda_major >= 12 %}
- - cuda-cudart-dev # [build_platform != target_platform]
- - cuda-nvrtc-dev # [build_platform != target_platform]
- {% endif %}
- - cmake <4
- - ninja
- # we need protoc in the build environment for cross compilations
- - libprotobuf 3.21
- host:
- - python
- - pip
- - setuptools
- - wheel
- - cudnn # [cuda_compiler_version != "None"]
- - cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version != "None"]
- {% if cuda_major >= 12 %}
- - libcublas-dev
- - libcusparse-dev
- - libcurand-dev
- - libcufft-dev
- - cuda-cudart-dev
- - cuda-nvrtc-dev
- {% endif %}
- - flake8
- - gmock
- - libdate
- - packaging
- - python-flatbuffers
- - optional-lite
- # Used by the CoreML execution provider to build mlpackage models;
- # onnxruntime finds it via find_package, so prefer the conda-forge build.
- - nlohmann_json # [osx and arm64]
- - zlib
- - numpy
- - pybind11
- run:
- - packaging
- - protobuf
- - python
- - python-flatbuffers
- # avoid that people without GPUs needlessly download ~0.5-1GB
- - __cuda # [cuda_compiler_version != "None"]
- run_constrained:
- - onnxruntime <0a0 # [suffix == "-novec"]
-
-test:
- imports:
- - onnxruntime
- commands:
- - pip check
- - onnxruntime_test --help
- # The CoreML execution provider is built into onnxruntime on Apple Silicon.
- - python -c "import onnxruntime as ort; assert 'CoreMLExecutionProvider' in ort.get_available_providers(), ort.get_available_providers()" # [osx and arm64]
- requires:
- - pip
- # 2024/05 hmaarrfk/jtilly
- # Test the pip check command with numpy < 2
- # which was included in the requirements file for
- # build time compatibility
- - numpy 1.26.* # [py == 312]
-
-outputs:
- - name: onnxruntime{{ suffix }}
- - name: onnxruntime{{ suffix }}-cpp
- build:
- string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
- run_exports:
- - {{ pin_subpackage('onnxruntime' + suffix + '-cpp', max_pin='x.x.x') }}
- script: install-cpp.sh # [unix]
- script: install-cpp.bat # [win]
- requirements:
- build:
- - {{ stdlib('c') }}
- - {{ compiler('c') }}
- - {{ compiler('cxx') }}
- - {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- run:
- - __cuda # [cuda_compiler_version != "None"]
- run_constrained:
- - onnxruntime-cpp <0a0 # [suffix == "-novec"]
- test:
- requires:
- - {{ compiler('cxx') }}
- - {{ stdlib("c") }}
- - cmake-package-check
- files:
- - test.cpp
- - run_cpp_test.bat # [win]
- commands:
- - test -f $PREFIX/include/onnxruntime/core/session/onnxruntime_cxx_api.h # [unix]
- - test -f $PREFIX/include/onnxruntime/core/providers/coreml/coreml_provider_factory.h # [osx and arm64]
- - test -f $PREFIX/lib/libonnxruntime${SHLIB_EXT} # [unix]
- - test -f $PREFIX/lib/libonnxruntime_providers_shared${SHLIB_EXT} # [unix and cuda_compiler_version != "None"]
- - test -f $PREFIX/lib/libonnxruntime_providers_cuda${SHLIB_EXT} # [unix and cuda_compiler_version != "None"]
- - if not exist %LIBRARY_INC%\\onnxruntime\\core\\session\\onnxruntime_cxx_api.h exit 1 # [win]
- - if not exist %LIBRARY_LIB%\\onnxruntime_conda.lib exit 1 # [win]
- - if not exist %LIBRARY_BIN%\\onnxruntime_conda.dll exit 1 # [win]
- - if not exist %LIBRARY_LIB%\\onnxruntime_providers_shared.lib exit 1 # [win and cuda_compiler_version != "None"]
- - if not exist %LIBRARY_BIN%\\onnxruntime_providers_shared.dll exit 1 # [win and cuda_compiler_version != "None"]
- - if not exist %LIBRARY_LIB%\\onnxruntime_providers_cuda.lib exit 1 # [win and cuda_compiler_version != "None"]
- - if not exist %LIBRARY_BIN%\\onnxruntime_providers_cuda.dll exit 1 # [win and cuda_compiler_version != "None"]
- - $CXX $CXXFLAGS -I$PREFIX/include/ -L$PREFIX/lib/ -lonnxruntime test.cpp # [linux]
- - $CXX $CXXFLAGS -I$PREFIX/include/ -L$PREFIX/lib/ -lonnxruntime -Wl,-rpath,$CONDA_PREFIX/lib test.cpp # [osx]
- - ./a.out # [unix]
- - call .\run_cpp_test.bat # [win]
- - cmake-package-check onnxruntime --targets onnxruntime::onnxruntime
-
-about:
- home: https://github.com/microsoft/onnxruntime/
- summary: cross-platform, high performance ML inferencing and training accelerator
- license: MIT AND BSL-1.0 # [not (osx and arm64)]
- license: MIT AND BSL-1.0 AND BSD-3-Clause # [osx and arm64]
- license_file:
- - LICENSE
- - build-ci/Release/_deps/abseil_cpp-src/LICENSE
- - build-ci/Release/_deps/eigen3-src/COPYING.MPL2
- - build-ci/Release/_deps/flatbuffers-src/LICENSE
- - build-ci/Release/_deps/gsl-src/LICENSE
- - build-ci/Release/_deps/nlohmann_json-src/LICENSE.MIT # [not unix]
- - build-ci/Release/_deps/onnx-src/LICENSE
- - build-ci/Release/_deps/protobuf-src/LICENSE
- - build-ci/Release/_deps/pytorch_cpuinfo-src/LICENSE
- - build-ci/Release/_deps/re2-src/LICENSE
- - build-ci/Release/_deps/safeint-src/LICENSE
- # Vendored at build time by onnxruntime for the CoreML execution provider.
- - build-ci/Release/_deps/coremltools-src/LICENSE.txt # [osx and arm64]
- - build-ci/Release/_deps/fp16-src/LICENSE # [osx and arm64]
- - build-ci/Release/_deps/psimd-src/LICENSE # [osx and arm64]
-
-extra:
- recipe-maintainers:
- - xhochy
- - janjagusch
- # jtilly is interested in novec for linux due to numerical discrepancies
- # between eigen's vectorization and onnx's
- - jtilly
- - cbourjau
- # General support for GPUs
- - hmaarrfk
- # Especially interested in Windows
- - traversaro
diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml
new file mode 100644
index 00000000..eaecc03e
--- /dev/null
+++ b/recipe/recipe.yaml
@@ -0,0 +1,454 @@
+context:
+ version: "1.28.0"
+ suffix: ${{ suffix | default("") }}
+ novec: ${{ suffix == "-novec" }}
+ cuda_enabled: ${{ cuda_compiler_version != "None" }}
+ build_number_base: 0
+ build_number: ${{ build_number_base + (200 if cuda_enabled else 0) }}
+ build_ext: ${{ ("cuda" ~ (cuda_compiler_version | replace(".", ""))) if cuda_enabled else "cpu" }}
+
+recipe:
+ name: onnxruntime-dummy
+ version: ${{ version }}
+
+source:
+ url: https://github.com/microsoft/onnxruntime/archive/refs/tags/v${{ version }}.tar.gz
+ sha256: 9616cbdbbfcb1420b3261cd280a047d74ab0a249825e577b0e2dd310e22f6b83
+ patches:
+ # Workaround for https://github.com/conda-forge/onnxruntime-feedstock/pull/56#issuecomment-1586080419
+ - if: win
+ then:
+ - patches/0001-avoid-conflicting-with-onnxruntime.dll-in-system32.patch
+ # https://github.com/conda-forge/onnxruntime-feedstock/pull/128#issuecomment-2390332504
+ - patches/0002-use-first-nvcc-found.patch
+ # Improve compatibility between Visual Studio 19.41 + cuda 12.0 (they require 12.4 by default)
+ # Upstream suggestion https://github.com/microsoft/onnxruntime/pull/22332
+ - patches/0003-Add-_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH-for-cud.patch
+ # Fix endian.h shadowing system header for glibc 2.17
+ - patches/0004-Remove-redundant-include-paths-from-custom-op-test-t.patch
+ # Keep support for Python 3.10
+ - patches/0005-Lower-python_require-to-3.10.patch
+ # New test in 1.28.0 lacks the skip guard its siblings have when onnx is absent
+ - patches/0006-Skip-adapter-string-tensor-test-without-onnx.patch
+ # autoep test gained a module-level onnx import in 1.28.0 but runs before
+ # build.py's "onnx is not installed" gate
+ - patches/0007-Guard-onnx-import-in-autoep-test.patch
+
+build:
+ number: ${{ build_number }}
+ skip:
+ - ppc64le
+ # EXPLORATORY (remove before merging): while iterating on the CUDA EP
+ # plugin, build only the linux/win CUDA variants to save CI resources.
+ # The CPU, osx and novec outputs are unchanged from #196 and already green.
+ - cuda_compiler_version == "None"
+ - novec
+ - osx
+ # No longer supported upstream and tests fail
+ - osx and x86_64
+ # No CUDA on macOS
+ - cuda_compiler_version != "None" and osx
+ # don't build cuda versions with novec
+ - cuda_compiler_version != "None" and novec
+
+outputs:
+ # With CUDA enabled, only the standalone CUDA EP plugin output below is
+ # built (see the per-output skips). The onnxruntime / onnxruntime-cpp /
+ # python packages are CPU-only; GPU support comes from installing
+ # onnxruntime-ep-cuda alongside them and registering the plugin through the
+ # EP plugin API (onnxruntime.register_execution_provider_library or
+ # Env::RegisterExecutionProviderLibrary). The plugin has no Python
+ # dependency and loads into any onnxruntime core >= 1.24.4.
+ - package:
+ name: onnxruntime-ep-cuda
+ build:
+ skip:
+ - not cuda_enabled
+ number: ${{ build_number }}
+ string: h${{ hash }}_${{ build_number }}_${{ build_ext }}
+ script:
+ interpreter: nu
+ env:
+ cuda_compiler_version: ${{ cuda_compiler_version }}
+ file: build-ep-cuda.nu
+ requirements:
+ build:
+ - ${{ compiler('c') }}
+ - ${{ stdlib('c') }}
+ - ${{ compiler('cxx') }}
+ - ${{ compiler('cuda') }}
+ # The vendored protobuf 3.21 does not build with CMake 4
+ - cmake <4
+ - libprotobuf 3.21.* # We need protoc for cross-compilation
+ - ninja
+ - nushell
+ - if: build_platform != target_platform
+ then:
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+ - if: unix
+ then:
+ - patch
+ else:
+ - m2-patch
+ host:
+ - cuda-version ==${{ cuda_compiler_version }}
+ # cuDNN and cuFFT headers are required at build time; at runtime the
+ # plugin loads both lazily instead of hard-linking them.
+ - cudnn
+ - libcublas-dev
+ - libcusparse-dev
+ - libcurand-dev
+ - libcufft-dev
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+ run:
+ # avoid that people without GPUs needlessly download ~0.5-1GB
+ - __cuda
+ run_constraints:
+ # Minimum core onnxruntime the plugin can load into, from upstream
+ # plugin-ep-cuda/MIN_ONNXRUNTIME_VERSION (enforced at registration)
+ - onnxruntime >=1.24.4
+ - onnxruntime-cpp >=1.24.4
+ tests:
+ - package_contents:
+ files:
+ - if: win
+ then:
+ - Library/bin/onnxruntime_providers_cuda.dll
+ else:
+ - lib/libonnxruntime_providers_cuda.so
+ strict: true
+
+ # Note: staging outputs cannot carry a `skip`; on CUDA variants this cache
+ # is simply never requested because both inheriting outputs are skipped.
+ - staging:
+ name: onnxruntime${{ suffix }}-build
+ build:
+ script:
+ interpreter: nu
+ env:
+ # breaks rattler build output due to invalid utf8 output on stderr
+ GTEST_FILTER: "-RegexFullMatch.NonUtf8Pattern"
+ cuda_compiler_version: ${{ cuda_compiler_version }}
+ suffix: ${{ suffix }}
+ file: build-cpp.nu
+ requirements:
+ ###############################################
+ # Keep dependencies in sync with python stage #
+ ###############################################
+ build:
+ - ${{ compiler('c') }}
+ - ${{ stdlib('c') }}
+ - ${{ compiler('cxx') }}
+ # The vendored protobuf 3.21 does not build with CMake 4
+ - cmake <4
+ - libprotobuf 3.21.* # We need protoc for cross-compilation
+ - ninja
+ - nushell
+ - if: build_platform != target_platform
+ then:
+ - python 3.13.*
+ - pybind11
+ - numpy
+ - cross-python_${{ target_platform }}
+ - if: cuda_enabled
+ then:
+ - ${{ compiler('cuda') }}
+ - if: build_platform != target_platform
+ then:
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+ - if: unix
+ then:
+ - patch
+ else:
+ - m2-patch
+ host:
+ - numpy
+ - pip
+ - pybind11
+ - python 3.13.*
+ - setuptools
+ - wheel
+ - if: osx
+ then:
+ # Used by the CoreML execution provider to build mlpackage models;
+ # onnxruntime finds it via find_package, so prefer the conda-forge build.
+ - nlohmann_json
+ # Use conda-forge's gtest/gmock instead of the vendored copy: the
+ # vendored gtest's printers format chrono time_points via std::format,
+ # which needs float to_chars (unavailable before macOS 13.4).
+ - gmock
+ - if: cuda_enabled
+ then:
+ - cudnn
+ - cuda-version ==${{ cuda_compiler_version }}
+ - libcublas-dev
+ - libcusparse-dev
+ - libcurand-dev
+ - libcufft-dev
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+
+ ignore_run_exports:
+ from_package:
+ - zlib
+ # This output only needs python to build; libonnxruntime has no Python dependency
+ - python
+ - pybind11
+ - numpy
+ - cross-python_${{ target_platform }}
+
+ # The cpp package does not need to compile anything. It only reuses
+ # the artifacts from the build stage.
+ - package:
+ name: onnxruntime${{ suffix }}-cpp
+ inherit: onnxruntime${{ suffix }}-build
+ build:
+ skip:
+ - cuda_enabled
+ number: ${{ build_number }}
+ string: h${{ hash }}_${{ build_number }}_${{ build_ext }}
+ files:
+ - ${{ "Library/" if win }}lib/*
+ - ${{ "Library/" if win }}include/*
+ - ${{ "Library/" if win }}bin/*
+ requirements:
+ run:
+ # avoid that people without GPUs needlessly download ~0.5-1GB
+ - if: cuda_enabled
+ then:
+ - __cuda
+ run_constraints:
+ - if: novec
+ then:
+ - onnxruntime-cpp <0a0
+ tests:
+ - package_contents:
+ include:
+ - onnxruntime/onnxruntime_cxx_api.h
+ - if: osx
+ then:
+ # The CoreML execution provider is built into onnxruntime on Apple Silicon.
+ - onnxruntime/coreml_provider_factory.h
+ lib:
+ - if: unix
+ then:
+ - onnxruntime
+ else:
+ - onnxruntime_conda
+ - if: cuda_compiler_version != "None"
+ then:
+ - onnxruntime_providers_shared
+ files:
+ - if: cuda_compiler_version != "None"
+ then:
+ - if: unix
+ then:
+ - lib/libonnxruntime_providers_cuda.so
+ else:
+ # onnxruntime_providers_cuda is defined as MODULE
+ # and meant to be opened with dlopen-like
+ # functionality. No .lib file is installed.
+ - Library/lib/onnxruntime_providers_cuda.dll
+ - if: build_platform == target_platform
+ then:
+ - script:
+ - if: linux
+ then:
+ - $CXX $CXXFLAGS -I$PREFIX/include/ -L$PREFIX/lib/ -lonnxruntime test.cpp
+ - if: osx
+ then:
+ - $CXX $CXXFLAGS -I$PREFIX/include/ -L$PREFIX/lib/ -lonnxruntime -Wl,-rpath,$CONDA_PREFIX/lib test.cpp
+ - if: unix
+ then:
+ - ./a.out
+ - if: win
+ then:
+ - call .\run_cpp_test.bat
+ - cmake-package-check onnxruntime --targets onnxruntime::onnxruntime
+ requirements:
+ run:
+ - ${{ compiler('cxx') }}
+ - ${{ stdlib("c") }}
+ - cmake-package-check
+ files:
+ recipe:
+ - test.cpp
+ - if: win
+ then:
+ - run_cpp_test.bat
+
+ - package:
+ name: onnxruntime${{ suffix }}
+ inherit: onnxruntime${{ suffix }}-build
+ build:
+ skip:
+ - cuda_enabled
+ number: ${{ build_number }}
+ string: py${{ python | version_to_buildstring }}h${{ hash }}_${{ build_number }}_${{ build_ext }}
+ script:
+ interpreter: nu
+ env:
+ cuda_compiler_version: ${{ cuda_compiler_version }}
+ file: build-python.nu
+ python:
+ entry_points:
+ - onnxruntime_test = onnxruntime.tools.onnxruntime_test:main
+ requirements:
+ #############################################################################################
+ # Copy from build stage. The dependencies must match to avoid invalidating the cmake cache. #
+ #############################################################################################
+ build:
+ - ${{ compiler('c') }}
+ - ${{ stdlib('c') }}
+ - ${{ compiler('cxx') }}
+ # The vendored protobuf 3.21 does not build with CMake 4
+ - cmake <4
+ - libprotobuf 3.21.* # We need protoc for cross-compilation
+ - ninja
+ - nushell
+ - if: build_platform != target_platform
+ then:
+ - python
+ - pybind11
+ - numpy
+ - packaging
+ - setuptools
+ - wheel
+ - cross-python_${{ target_platform }}
+ - if: cuda_enabled
+ then:
+ - ${{ compiler('cuda') }}
+ - if: build_platform != target_platform
+ then:
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+ - if: unix
+ then:
+ - patch
+ else:
+ - m2-patch
+ host:
+ - numpy
+ - pip
+ - pybind11
+ - python
+ - setuptools
+ - wheel
+ - if: osx
+ then:
+ # Used by the CoreML execution provider to build mlpackage models;
+ # onnxruntime finds it via find_package, so prefer the conda-forge build.
+ - nlohmann_json
+ # Use conda-forge's gtest/gmock instead of the vendored copy: the
+ # vendored gtest's printers format chrono time_points via std::format,
+ # which needs float to_chars (unavailable before macOS 13.4).
+ - gmock
+ - if: cuda_enabled
+ then:
+ - cudnn
+ - cuda-version ==${{ cuda_compiler_version }}
+ - libcublas-dev
+ - libcusparse-dev
+ - libcurand-dev
+ - libcufft-dev
+ - cuda-cudart-dev
+ - cuda-nvrtc-dev
+
+ # Tests contain a huge number of binary files that we don't
+ # want to ship by running them from the `tests` section.
+ - pytest
+ run:
+ - python
+ - python-flatbuffers
+ - numpy
+ - packaging
+ - protobuf
+ # avoid that people without GPUs needlessly download ~0.5-1GB
+ - if: cuda_enabled
+ then:
+ - __cuda
+ run_constraints:
+ - if: novec
+ then:
+ - onnxruntime <0a0
+
+ tests:
+ - if: build_platform == target_platform
+ then:
+ - python:
+ imports:
+ - onnxruntime
+ pip_check: true
+ - script:
+ - onnxruntime_test --help
+ - if: osx
+ then:
+ # The CoreML execution provider is built into onnxruntime on Apple Silicon.
+ - python -c "import onnxruntime as ort; assert 'CoreMLExecutionProvider' in ort.get_available_providers(), ort.get_available_providers()"
+
+about:
+ homepage: https://github.com/microsoft/onnxruntime/
+ summary: cross-platform, high performance ML inferencing and training accelerator
+ # mp11 is BSL 1.0; coremltools (osx) is BSD-3-Clause
+ license: ${{ "MIT AND BSL-1.0 AND BSD-3-Clause" if osx else "MIT AND BSL-1.0" }}
+ license_file:
+ # The vendored dependency set varies per variant, and rattler-build fails
+ # the build on any listed path that does not exist. Each entry below is
+ # conditioned on exactly the variants that vendor it.
+ - LICENSE
+ - build-ci/Release/_deps/abseil_cpp-src/LICENSE
+ - build-ci/Release/_deps/date-src/LICENSE.txt
+ - if: cuda_compiler_version == "None"
+ then:
+ # dlpack is fetched only when the Python bindings are built
+ # (onnxruntime_ENABLE_DLPACK); CUDA variants build only the plugin.
+ - build-ci/Release/_deps/dlpack-src/LICENSE
+ else:
+ # Vendored by the CUDA EP plugin build.
+ - build-ci/Release/_deps/cutlass-src/LICENSE.txt
+ - build-ci/Release/_deps/cudnn_frontend-src/LICENSE.txt
+ # EIGEN_MPL2_ONLY=ON, so only MPL2-licensed Eigen code is compiled in
+ - build-ci/Release/_deps/eigen3-src/COPYING.MPL2
+ - build-ci/Release/_deps/flatbuffers-src/LICENSE
+ - build-ci/Release/_deps/gsl-src/LICENSE
+ - build-ci/Release/_deps/onnx-src/LICENSE
+ - build-ci/Release/_deps/protobuf-src/LICENSE
+ - build-ci/Release/_deps/pytorch_cpuinfo-src/LICENSE
+ - build-ci/Release/_deps/re2-src/LICENSE
+ - build-ci/Release/_deps/safeint-src/LICENSE
+ - if: not osx
+ then:
+ # On osx nlohmann_json comes from conda-forge (host dep) and is not vendored
+ - build-ci/Release/_deps/nlohmann_json-src/LICENSE.MIT
+ - if: build_platform == target_platform and cuda_compiler_version == "None" and not osx
+ then:
+ # googletest is vendored only when the unit tests are built (native,
+ # non-CUDA builds); osx uses conda-forge's gtest/gmock instead
+ - build-ci/Release/_deps/googletest-src/LICENSE
+ - if: aarch64 or arm64
+ then:
+ # KleidiAI kernels are vendored on ARM targets
+ - build-ci/Release/_deps/kleidiai-src/LICENSES/Apache-2.0.txt
+ - build-ci/Release/_deps/kleidiai-src/LICENSES/BSD-3-Clause.txt
+ - if: win
+ then:
+ - build-ci/Release/_deps/microsoft_wil-src/LICENSE
+ - if: osx
+ then:
+ # Vendored at build time by onnxruntime for the CoreML execution provider.
+ - build-ci/Release/_deps/coremltools-src/LICENSE.txt
+ - build-ci/Release/_deps/fp16-src/LICENSE
+ - build-ci/Release/_deps/psimd-src/LICENSE
+
+extra:
+ feedstock-name: onnxruntime
+ recipe-maintainers:
+ - xhochy
+ - janjagusch
+ - jtilly
+ - cbourjau
+ - hmaarrfk
+ - traversaro
diff --git a/recipe/test.cpp b/recipe/test.cpp
index 2d27efaf..6b6d3d79 100644
--- a/recipe/test.cpp
+++ b/recipe/test.cpp
@@ -1,5 +1,5 @@
#define ORT_API_MANUAL_INIT
-#include
+#include
#include
#include