diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml deleted file mode 100755 index 17118233..00000000 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ /dev/null @@ -1,58 +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: macOS-15 - strategy: - matrix: - osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314: - CONFIG: osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 - UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.11.____cpython: - CONFIG: osx_64_channel_sourcesconda-forgepython3.11.____cpython - UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.12.____cpython: - CONFIG: osx_64_channel_sourcesconda-forgepython3.12.____cpython - UPLOAD_PACKAGES: 'True' - osx_64_channel_sourcesconda-forgepython3.13.____cp313: - CONFIG: osx_64_channel_sourcesconda-forgepython3.13.____cp313 - UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314: - CONFIG: osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 - UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.11.____cpython: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.11.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.12.____cpython: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.12.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_channel_sourcesconda-forgepython3.13.____cp313: - CONFIG: osx_arm64_channel_sourcesconda-forgepython3.13.____cp313 - UPLOAD_PACKAGES: 'True' - timeoutInMinutes: 360 - variables: {} - - steps: - # TODO: Fast finish on azure pipelines? - - script: | - export CI=azure - export flow_run_id=azure_$(Build.BuildNumber).$(System.JobAttempt) - export remote_url=$(Build.Repository.Uri) - export sha=$(Build.SourceVersion) - export OSX_FORCE_SDK_DOWNLOAD="1" - export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME - export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) - 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/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml new file mode 100755 index 00000000..0c96f3b8 --- /dev/null +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -0,0 +1,41 @@ +# 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: win + pool: + vmImage: windows-2022 + strategy: + matrix: + win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314: + CONFIG: win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 + UPLOAD_PACKAGES: 'True' + win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314: + CONFIG: win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 + UPLOAD_PACKAGES: 'True' + timeoutInMinutes: 360 + variables: + CONDA_BLD_PATH: D:\\bld\\ + MINIFORGE_HOME: D:\Miniforge + UPLOAD_TEMP: D:\\tmp + + steps: + + - script: | + call ".scripts\run_win_build.bat" + displayName: Run Windows build + env: + MINIFORGE_HOME: $(MINIFORGE_HOME) + CONDA_BLD_PATH: $(CONDA_BLD_PATH) + PYTHONUNBUFFERED: 1 + CONFIG: $(CONFIG) + CI: azure + flow_run_id: azure_$(Build.BuildNumber).$(System.JobAttempt) + remote_url: $(Build.Repository.Uri) + sha: $(Build.SourceVersion) + UPLOAD_PACKAGES: $(UPLOAD_PACKAGES) + UPLOAD_TEMP: $(UPLOAD_TEMP) + BINSTAR_TOKEN: $(BINSTAR_TOKEN) + FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) + STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml deleted file mode 100644 index 5ae9b888..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml deleted file mode 100644 index b3ea2cd2..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml deleted file mode 100644 index 2b987ae4..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml deleted file mode 100644 index 09aeb3ca..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml deleted file mode 100644 index d5081df5..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml b/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml deleted file mode 100644 index cd18487f..00000000 --- a/.ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml deleted file mode 100644 index dbc56802..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml deleted file mode 100644 index f6689cb3..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml deleted file mode 100644 index e176e593..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml deleted file mode 100644 index 37503e07..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml deleted file mode 100644 index 875ce7f2..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- '12.9' -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml deleted file mode 100644 index 73b4d302..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml deleted file mode 100644 index f0ce7a7d..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml b/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml deleted file mode 100644 index cac1954a..00000000 --- a/.ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml +++ /dev/null @@ -1,55 +0,0 @@ -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cudnn: -- '9' -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -nccl: -- '2' -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml b/.ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml deleted file mode 100644 index 7a5cdbfe..00000000 --- a/.ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '11.0' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml b/.ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml deleted file mode 100644 index b1cffbc6..00000000 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml b/.ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml deleted file mode 100644 index 0c0b3620..00000000 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml b/.ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml deleted file mode 100644 index f412a910..00000000 --- a/.ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml b/.ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml deleted file mode 100644 index 67a7e06f..00000000 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '11.0' -channel_sources: -- conda-forge,conda-forge/label/python_rc -channel_targets: -- conda-forge main -cuda_compiler: -- cuda-nvcc -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.14.* *_cp314 -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml b/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml deleted file mode 100644 index fe88cf23..00000000 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml b/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml deleted file mode 100644 index 440af92f..00000000 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml b/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml deleted file mode 100644 index 4bc345cc..00000000 --- a/.ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml +++ /dev/null @@ -1,53 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '20' -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: -- '20' -github_actions_labels: -- cirun-openstack-cpu-large -libabseil: -- '20250512' -libgrpc: -- '1.73' -libprotobuf: -- 6.31.1 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '2' -openssl: -- '3' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.13.* *_cp313 -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - channel_sources -zlib: -- '1' diff --git a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml b/.ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml similarity index 74% rename from .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml rename to .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml index df8d2efc..305483ea 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml +++ b/.ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml @@ -3,9 +3,7 @@ c_compiler: c_compiler_version: - '20' c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' +- vs channel_sources: - conda-forge,conda-forge/label/python_rc channel_targets: @@ -20,8 +18,6 @@ cxx_compiler: - clangxx cxx_compiler_version: - '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 github_actions_labels: - cirun-openstack-cpu-large libabseil: @@ -43,12 +39,8 @@ pin_run_as_build: python: - 3.14.* *_cp314 target_platform: -- linux-64 +- win-64 zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version - - python - channel_sources zlib: diff --git a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml b/.ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml similarity index 74% rename from .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml rename to .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml index 94aaa214..6380cb43 100644 --- a/.ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml +++ b/.ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml @@ -3,9 +3,7 @@ c_compiler: c_compiler_version: - '20' c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' +- vs channel_sources: - conda-forge,conda-forge/label/python_rc channel_targets: @@ -20,8 +18,6 @@ cxx_compiler: - clangxx cxx_compiler_version: - '20' -docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 github_actions_labels: - cirun-openstack-cpu-large libabseil: @@ -43,12 +39,8 @@ pin_run_as_build: python: - 3.14.* *_cp314 target_platform: -- linux-64 +- win-64 zip_keys: -- - c_compiler_version - - cxx_compiler_version - - c_stdlib_version - - cuda_compiler_version - - python - channel_sources zlib: diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml deleted file mode 100644 index 9852552d..00000000 --- a/.github/workflows/conda-build.yml +++ /dev/null @@ -1,184 +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 -*- - -name: Build conda package -on: - push: - - pull_request: - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} - cancel-in-progress: true - -jobs: - build: - name: ${{ matrix.CONFIG }} - runs-on: ${{ matrix.runs_on }} - timeout-minutes: 720 - strategy: - fail-fast: false - matrix: - include: - - CONFIG: linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgeconda_h5e2440dd', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgeconda_h3e21cfc1', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__he7b9b041', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h1a3bdae0', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h0c19dcaa', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__hffb3def5', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__h2471128a', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_64_channel_sourcesconda-forgecuda__hffbafc60', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_he450d4e9', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_ha8ab7e48', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_hfc8de3ca', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h56f9beb0', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h134e2932', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h6aae8901', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h5d3b6faa', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - - CONFIG: linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 - UPLOAD_PACKAGES: True - os: ubuntu - runs_on: ['cirun-openstack-cpu-large--${{ github.run_id }}-linux_aarch64_channel_sourcesconda-forge_h46fa882b', 'linux', 'x64', 'self-hosted'] - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - steps: - - - name: Checkout code - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - - name: Build on Linux - id: build-linux - if: matrix.os == 'ubuntu' - env: - CONFIG: ${{ matrix.CONFIG }} - UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} - DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }} - CI: github_actions - CONDA_FORGE_DOCKER_RUN_ARGS: "${{ matrix.CONDA_FORGE_DOCKER_RUN_ARGS }}" - BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} - FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} - STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} - shell: bash - run: | - if [[ "$(uname -m)" == "x86_64" ]]; then - echo "::group::Configure binfmt_misc" - docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes - fi - export flow_run_id="github_$GITHUB_RUN_ID" - export remote_url="https://github.com/$GITHUB_REPOSITORY" - export sha="$GITHUB_SHA" - export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)" - export GIT_BRANCH="$(basename $GITHUB_REF)" - if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then - export IS_PR_BUILD="True" - else - export IS_PR_BUILD="False" - fi - echo "::endgroup::" - ./.scripts/run_docker_build.sh - - - name: Build on macOS - id: build-macos - if: matrix.os == 'macos' - env: - CONFIG: ${{ matrix.CONFIG }} - UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} - CI: github_actions - BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} - FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} - STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} - shell: bash - run: | - export flow_run_id="github_$GITHUB_RUN_ID" - export remote_url="https://github.com/$GITHUB_REPOSITORY" - export sha="$GITHUB_SHA" - export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)" - export GIT_BRANCH="$(basename $GITHUB_REF)" - if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then - export IS_PR_BUILD="True" - else - export IS_PR_BUILD="False" - fi - ./.scripts/run_osx_build.sh - - - name: Build on windows - id: build-windows - if: matrix.os == 'windows' - shell: cmd - run: | - set "flow_run_id=github_%GITHUB_RUN_ID%" - set "remote_url=https://github.com/%GITHUB_REPOSITORY%" - set "sha=%GITHUB_SHA%" - call ".scripts\run_win_build.bat" - env: - # default value; make it explicit, as it needs to match with artefact - # generation below. Not configurable for now, can be revisited later - CONDA_BLD_DIR: C:\bld - MINIFORGE_HOME: D:\Miniforge - PYTHONUNBUFFERED: 1 - CONFIG: ${{ matrix.CONFIG }} - CI: github_actions - UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} - BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} - FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} - STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh deleted file mode 100755 index 6831a529..00000000 --- a/.scripts/build_steps.sh +++ /dev/null @@ -1,104 +0,0 @@ -#!/usr/bin/env bash - -# PLEASE NOTE: This script has been automatically generated by conda-smithy. Any changes here -# will be lost next time ``conda smithy rerender`` is run. If you would like to make permanent -# changes to this script, consider a proposal to conda-smithy so that other feedstocks can also -# benefit from the improvement. - -# -*- mode: jinja-shell -*- - -set -xeuo pipefail -export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/feedstock_root}" -source ${FEEDSTOCK_ROOT}/.scripts/logging_utils.sh - - -( endgroup "Start Docker" ) 2> /dev/null - -( startgroup "Configuring conda" ) 2> /dev/null - -export PYTHONUNBUFFERED=1 -export RECIPE_ROOT="${RECIPE_ROOT:-/home/conda/recipe_root}" -export CI_SUPPORT="${FEEDSTOCK_ROOT}/.ci_support" -export CONFIG_FILE="${CI_SUPPORT}/${CONFIG}.yaml" - -cat >~/.condarc < /dev/null - -if [[ -f "${FEEDSTOCK_ROOT}/LICENSE.txt" ]]; then - cp "${FEEDSTOCK_ROOT}/LICENSE.txt" "${RECIPE_ROOT}/recipe-scripts-license.txt" -fi - -if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then - echo "rattler-build currently doesn't support debug mode" -else - - rattler-build build --recipe "${RECIPE_ROOT}" \ - -m "${CI_SUPPORT}/${CONFIG}.yaml" \ - ${EXTRA_CB_OPTIONS:-} \ - --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 - command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts --recipe-dir "${RECIPE_ROOT}" -m "${CONFIG_FILE}" || 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}" "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" - fi - - ( endgroup "Uploading packages" ) 2> /dev/null -fi - -( startgroup "Final checks" ) 2> /dev/null - -touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}" diff --git a/.scripts/run_docker_build.sh b/.scripts/run_docker_build.sh deleted file mode 100755 index b63b5a05..00000000 --- a/.scripts/run_docker_build.sh +++ /dev/null @@ -1,114 +0,0 @@ -#!/usr/bin/env bash - -# PLEASE NOTE: This script has been automatically generated by conda-smithy. Any changes here -# will be lost next time ``conda smithy rerender`` is run. If you would like to make permanent -# changes to this script, consider a proposal to conda-smithy so that other feedstocks can also -# benefit from the improvement. - -source .scripts/logging_utils.sh - -( startgroup "Configure Docker" ) 2> /dev/null - -set -xeo pipefail - -THISDIR="$( cd "$( dirname "$0" )" >/dev/null && pwd )" -PROVIDER_DIR="$(basename "$THISDIR")" - -FEEDSTOCK_ROOT="$( cd "$( dirname "$0" )/.." >/dev/null && pwd )" -RECIPE_ROOT="${FEEDSTOCK_ROOT}/recipe" - -if [ -z ${FEEDSTOCK_NAME} ]; then - export FEEDSTOCK_NAME=$(basename ${FEEDSTOCK_ROOT}) -fi - -if [[ "${sha:-}" == "" ]]; then - pushd "${FEEDSTOCK_ROOT}" - sha=$(git rev-parse HEAD) - popd -fi - -docker info - -# In order for the conda-build process in the container to write to the mounted -# volumes, we need to run with the same id as the host machine, which is -# normally the owner of the mounted volumes, or at least has write permission -export HOST_USER_ID=$(id -u) -# Check if docker-machine is being used (normally on OSX) and get the uid from -# the VM -if hash docker-machine 2> /dev/null && docker-machine active > /dev/null; then - export HOST_USER_ID=$(docker-machine ssh $(docker-machine active) id -u) -fi - -ARTIFACTS="$FEEDSTOCK_ROOT/build_artifacts" - -if [ -z "$CONFIG" ]; then - set +x - FILES=`ls .ci_support/linux_*` - CONFIGS="" - for file in $FILES; do - CONFIGS="${CONFIGS}'${file:12:-5}' or "; - done - echo "Need to set CONFIG env variable. Value can be one of ${CONFIGS:0:-4}" - exit 1 -fi - -if [ -z "${DOCKER_IMAGE}" ]; then - SHYAML_INSTALLED="$(shyaml -h || echo NO)" - if [ "${SHYAML_INSTALLED}" == "NO" ]; then - echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Trying to parse with coreutils" - DOCKER_IMAGE=$(cat .ci_support/${CONFIG}.yaml | grep '^docker_image:$' -A 1 | tail -n 1 | cut -b 3-) - if [ "${DOCKER_IMAGE}" = "" ]; then - echo "No docker_image entry found in ${CONFIG}. Falling back to quay.io/condaforge/linux-anvil-comp7" - DOCKER_IMAGE="quay.io/condaforge/linux-anvil-comp7" - fi - else - DOCKER_IMAGE="$(cat "${FEEDSTOCK_ROOT}/.ci_support/${CONFIG}.yaml" | shyaml get-value docker_image.0 quay.io/condaforge/linux-anvil-comp7 )" - fi -fi - -mkdir -p "$ARTIFACTS" -DONE_CANARY="$ARTIFACTS/conda-forge-build-done-${CONFIG}" -rm -f "$DONE_CANARY" - -# Allow people to specify extra default arguments to `docker run` (e.g. `--rm`) -DOCKER_RUN_ARGS="${CONDA_FORGE_DOCKER_RUN_ARGS}" -if [ -z "${CI}" ]; then - DOCKER_RUN_ARGS="-it ${DOCKER_RUN_ARGS}" -fi - -( endgroup "Configure Docker" ) 2> /dev/null - -( startgroup "Start Docker" ) 2> /dev/null - -export UPLOAD_PACKAGES="${UPLOAD_PACKAGES:-True}" -export IS_PR_BUILD="${IS_PR_BUILD:-False}" -docker pull "${DOCKER_IMAGE}" -docker run ${DOCKER_RUN_ARGS} \ - -v "${RECIPE_ROOT}":/home/conda/recipe_root:rw,z,delegated \ - -v "${FEEDSTOCK_ROOT}":/home/conda/feedstock_root:rw,z,delegated \ - -e CONFIG \ - -e HOST_USER_ID \ - -e UPLOAD_PACKAGES \ - -e IS_PR_BUILD \ - -e GIT_BRANCH \ - -e UPLOAD_ON_BRANCH \ - -e CI \ - -e FEEDSTOCK_NAME \ - -e CPU_COUNT \ - -e BUILD_WITH_CONDA_DEBUG \ - -e BUILD_OUTPUT_ID \ - -e flow_run_id \ - -e remote_url \ - -e sha \ - -e BINSTAR_TOKEN \ - -e FEEDSTOCK_TOKEN \ - -e STAGING_BINSTAR_TOKEN \ - "${DOCKER_IMAGE}" \ - bash \ - "/home/conda/feedstock_root/${PROVIDER_DIR}/build_steps.sh" - -# verify that the end of the script was reached -test -f "$DONE_CANARY" - -# This closes the last group opened in `build_steps.sh` -( endgroup "Final checks" ) 2> /dev/null diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh deleted file mode 100755 index f2fcf855..00000000 --- a/.scripts/run_osx_build.sh +++ /dev/null @@ -1,102 +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 -pixi list -echo "Activating environment" -eval "$(pixi shell-hook)" -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 - -echo -e "\n\nRunning the build setup script." -source run_conda_forge_build_setup - - - -( endgroup "Configuring conda" ) 2> /dev/null - -if [[ -f LICENSE.txt ]]; then - cp LICENSE.txt "recipe/recipe-scripts-license.txt" -fi - -if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then - echo "rattler-build does not currently support debug mode" -else - - if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then - EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --test skip" - fi - - rattler-build build --recipe ./recipe \ - -m ./.ci_support/${CONFIG}.yaml \ - ${EXTRA_CB_OPTIONS:-} \ - --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 - 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 new file mode 100755 index 00000000..fce25eac --- /dev/null +++ b/.scripts/run_win_build.bat @@ -0,0 +1,164 @@ +:: PLEASE NOTE: This script has been automatically generated by conda-smithy. Any changes here +:: will be lost next time ``conda smithy rerender`` is run. If you would like to make permanent +:: changes to this script, consider a proposal to conda-smithy so that other feedstocks can also +:: benefit from the improvement. + +:: INPUTS (required environment variables) +:: CONFIG: name of the .ci_support/*.yaml file for this job +:: CI: azure, github_actions, or unset +:: MINIFORGE_HOME: where to install the base conda environment +:: UPLOAD_PACKAGES: true or false +:: UPLOAD_ON_BRANCH: true or false + +setlocal enableextensions enabledelayedexpansion + +FOR %%A IN ("%~dp0.") DO SET "REPO_ROOT=%%~dpA" +if "%MINIFORGE_HOME%"=="" ( + set "MINIFORGE_HOME=%REPO_ROOT%\.pixi\envs\default" +) else ( + set "PIXI_CACHE_DIR=%MINIFORGE_HOME%" +) +:: Remove trailing backslash, if present +if "%MINIFORGE_HOME:~-1%"=="\" set "MINIFORGE_HOME=%MINIFORGE_HOME:~0,-1%" +call :start_group "Provisioning base env with pixi" +echo Installing pixi +powershell -NoProfile -ExecutionPolicy unrestricted -Command "iwr -useb https://pixi.sh/install.ps1 | iex" +if !errorlevel! neq 0 exit /b !errorlevel! +set "PATH=%USERPROFILE%\.pixi\bin;%PATH%" +echo Installing environment +if "%PIXI_CACHE_DIR%"=="%MINIFORGE_HOME%" ( + mkdir "%MINIFORGE_HOME%" + copy /Y pixi.toml "%MINIFORGE_HOME%" + pushd "%MINIFORGE_HOME%" +) else ( + pushd "%REPO_ROOT%" +) +move /y pixi.toml pixi.toml.bak +set "arch=64" +if "%PROCESSOR_ARCHITECTURE%"=="ARM64" set "arch=arm64" +powershell -NoProfile -ExecutionPolicy unrestricted -Command "(Get-Content pixi.toml.bak -Encoding UTF8) -replace 'platforms = .*', 'platforms = [''win-%arch%'']' | Out-File pixi.toml -Encoding UTF8" +:: Git on Windows needs to run post link scripts to properly set up SSL certificates +pixi config set --global run-post-link-scripts insecure +if !errorlevel! neq 0 exit /b !errorlevel! +pixi install +if !errorlevel! neq 0 exit /b !errorlevel! +pixi list +if !errorlevel! neq 0 exit /b !errorlevel! +set "ACTIVATE_PIXI=%TMP%\pixi-activate-%RANDOM%.bat" +pixi shell-hook > "%ACTIVATE_PIXI%" +if !errorlevel! neq 0 exit /b !errorlevel! +call "%ACTIVATE_PIXI%" +if !errorlevel! neq 0 exit /b !errorlevel! +move /y pixi.toml.bak pixi.toml +popd +call :end_group + +call :start_group "Configuring conda" + +:: Activate the base conda environment +:: Configure the solver +set "CONDA_SOLVER=libmamba" +if !errorlevel! neq 0 exit /b !errorlevel! +set "CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1" + +:: Set basic configuration +echo Setting up configuration +setup_conda_rc .\ ".\recipe" .\.ci_support\%CONFIG%.yaml +if !errorlevel! neq 0 exit /b !errorlevel! +echo Running build setup +CALL run_conda_forge_build_setup + + +if !errorlevel! neq 0 exit /b !errorlevel! + +if EXIST LICENSE.txt ( + echo Copying feedstock license + copy LICENSE.txt "recipe\\recipe-scripts-license.txt" +) +if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( + if [%CROSSCOMPILING_EMULATOR%] == [] ( + 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% --extra-meta remote_url=%remote_url% --extra-meta sha=%sha%" +) + +call :end_group + +:: Build the recipe +echo Building recipe +rattler-build.exe build --recipe "recipe" -m .ci_support\%CONFIG%.yaml %EXTRA_CB_OPTIONS% --target-platform %HOST_PLATFORM% +if !errorlevel! neq 0 exit /b !errorlevel! + +call :start_group "Inspecting artifacts" +:: inspect_artifacts was only added in conda-forge-ci-setup 4.9.4 +WHERE inspect_artifacts >nul 2>nul && inspect_artifacts --recipe-dir ".\recipe" -m .ci_support\%CONFIG%.yaml || echo "inspect_artifacts needs conda-forge-ci-setup >=4.9.4" +call :end_group + +:: Prepare some environment variables for the upload step +if /i "%CI%" == "github_actions" ( + set "FEEDSTOCK_NAME=%GITHUB_REPOSITORY:*/=%" + set "GIT_BRANCH=%GITHUB_REF:refs/heads/=%" + if /i "%GITHUB_EVENT_NAME%" == "pull_request" ( + set "IS_PR_BUILD=True" + ) else ( + set "IS_PR_BUILD=False" + ) + set "TEMP=%RUNNER_TEMP%" +) +if /i "%CI%" == "azure" ( + set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" + set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" + if /i "%BUILD_REASON%" == "PullRequest" ( + set "IS_PR_BUILD=True" + ) else ( + set "IS_PR_BUILD=False" + ) + set "TEMP=%UPLOAD_TEMP%" +) + +:: Validate +call :start_group "Validating outputs" +validate_recipe_outputs "%FEEDSTOCK_NAME%" +if !errorlevel! neq 0 exit /b !errorlevel! +call :end_group + +if /i "%UPLOAD_PACKAGES%" == "true" ( + if /i "%IS_PR_BUILD%" == "false" ( + call :start_group "Uploading packages" + if not exist "%TEMP%\" md "%TEMP%" + set "TMP=%TEMP%" + upload_package --validate --feedstock-name="%FEEDSTOCK_NAME%" .\ ".\recipe" .ci_support\%CONFIG%.yaml + if !errorlevel! neq 0 exit /b !errorlevel! + call :end_group + ) +) + +exit + +:: Logging subroutines + +:start_group +if /i "%CI%" == "github_actions" ( + echo ::group::%~1 + exit /b +) +if /i "%CI%" == "azure" ( + echo ##[group]%~1 + exit /b +) +echo %~1 +exit /b + +:end_group +if /i "%CI%" == "github_actions" ( + echo ::endgroup:: + exit /b +) +if /i "%CI%" == "azure" ( + echo ##[endgroup] + exit /b +) +exit /b diff --git a/README.md b/README.md index 49192c16..5e7ed98d 100644 --- a/README.md +++ b/README.md @@ -29,171 +29,17 @@ Current build status - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a13f0ae2..879c4a9e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,4 +28,4 @@ stages: 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 + - template: ./.azure-pipelines/azure-pipelines-win.yml \ No newline at end of file diff --git a/pixi.toml b/pixi.toml index fed35f3c..cc2de0aa 100644 --- a/pixi.toml +++ b/pixi.toml @@ -25,150 +25,18 @@ description = "List contents of all packages found in rattler-build build direct [tasks.build] cmd = "rattler-build build --recipe recipe" description = "Build jaxlib-feedstock directly (without setup scripts), no particular variant specified" -[tasks."build-linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314" -[tasks."build-linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython" -[tasks."build-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313" -[tasks."build-linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314" -[tasks."build-linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython" -[tasks."build-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313" -[tasks."build-osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314" -[tasks."build-osx_64_channel_sourcesconda-forgepython3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant osx_64_channel_sourcesconda-forgepython3.11.____cpython directly (without setup scripts)" -[tasks."inspect-osx_64_channel_sourcesconda-forgepython3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_64_channel_sourcesconda-forgepython3.11.____cpython" -[tasks."build-osx_64_channel_sourcesconda-forgepython3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant osx_64_channel_sourcesconda-forgepython3.12.____cpython directly (without setup scripts)" -[tasks."inspect-osx_64_channel_sourcesconda-forgepython3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_64_channel_sourcesconda-forgepython3.12.____cpython" -[tasks."build-osx_64_channel_sourcesconda-forgepython3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant osx_64_channel_sourcesconda-forgepython3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-osx_64_channel_sourcesconda-forgepython3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_64_channel_sourcesconda-forgepython3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_64_channel_sourcesconda-forgepython3.13.____cp313" -[tasks."build-osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml" -description = "Build jaxlib-feedstock with variant osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 directly (without setup scripts)" -[tasks."inspect-osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314" -[tasks."build-osx_arm64_channel_sourcesconda-forgepython3.11.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml" -description = "Build jaxlib-feedstock with variant osx_arm64_channel_sourcesconda-forgepython3.11.____cpython directly (without setup scripts)" -[tasks."inspect-osx_arm64_channel_sourcesconda-forgepython3.11.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.11.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_arm64_channel_sourcesconda-forgepython3.11.____cpython" -[tasks."build-osx_arm64_channel_sourcesconda-forgepython3.12.____cpython"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml" -description = "Build jaxlib-feedstock with variant osx_arm64_channel_sourcesconda-forgepython3.12.____cpython directly (without setup scripts)" -[tasks."inspect-osx_arm64_channel_sourcesconda-forgepython3.12.____cpython"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.12.____cpython.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_arm64_channel_sourcesconda-forgepython3.12.____cpython" -[tasks."build-osx_arm64_channel_sourcesconda-forgepython3.13.____cp313"] -cmd = "rattler-build build --recipe recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml" -description = "Build jaxlib-feedstock with variant osx_arm64_channel_sourcesconda-forgepython3.13.____cp313 directly (without setup scripts)" -[tasks."inspect-osx_arm64_channel_sourcesconda-forgepython3.13.____cp313"] -cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/osx_arm64_channel_sourcesconda-forgepython3.13.____cp313.yaml" -description = "List contents of jaxlib-feedstock packages built for variant osx_arm64_channel_sourcesconda-forgepython3.13.____cp313" +[tasks."build-win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] +cmd = "rattler-build build --recipe recipe -m .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" +description = "Build jaxlib-feedstock with variant win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 directly (without setup scripts)" +[tasks."inspect-win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314"] +cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314.yaml" +description = "List contents of jaxlib-feedstock packages built for variant win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314" +[tasks."build-win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] +cmd = "rattler-build build --recipe recipe -m .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" +description = "Build jaxlib-feedstock with variant win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 directly (without setup scripts)" +[tasks."inspect-win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314"] +cmd = "inspect_artifacts --recipe-dir recipe -m .ci_support/win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314.yaml" +description = "List contents of jaxlib-feedstock packages built for variant win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314" [feature.smithy.dependencies] conda-smithy = "*" diff --git a/recipe/build.bat b/recipe/build.bat new file mode 100644 index 00000000..f7c0f4ba --- /dev/null +++ b/recipe/build.bat @@ -0,0 +1,13 @@ +@echo on + +set "PREFIX_CYG=%PREFIX:\=/%" +set "PREFIX_CYG=/%PREFIX_CYG::=%" + +echo build --repo_env=GRPC_BAZEL_DIR=%PREFIX_CYG%/share/bazel/grpc/bazel >> .bazelrc +echo >> .bazelrc +if %ERRORLEVEL% neq 0 exit 1 +type .bazelrc + +%PYTHON% build/build.py build --target_cpu_features default --wheels=jaxlib +if %ERRORLEVEL% neq 0 exit 1 + diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index d02eb65a..4b369fac 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -21,7 +21,7 @@ source: build: number: ${{ build if cuda_compiler_version == "None" else build + 200 }} string: ${{ "cpu" if cuda_compiler_version == "None" else "cuda" + (cuda_compiler_version | replace('.', '')) }}_py${{ python | version_to_buildstring }}h${{ hash }}_${{ build if cuda_compiler_version == "None" else build + 200 }} - skip: match(python, "<3.11") or win + skip: match(python, "<3.14") or unix requirements: build: @@ -31,18 +31,22 @@ requirements: - if: cuda_compiler_version != "None" then: - ${{ compiler('cuda') }} - - rsync + - if: unix + then: rsync - if: build_platform != target_platform then: - python - cross-python_${{ target_platform }} - numpy - zlib - - unzip + - if: unix + then: + - unzip + - sed + - bazel-toolchain >=0.4.1 # Keep bazel listed twice here to help the migrators track dependencies - bazel - bazel 7.* - - bazel-toolchain >=0.4.1 # need protoc - libprotobuf # needs protoc-gen-grpc @@ -51,7 +55,6 @@ requirements: - flatbuffers <2.0.6 # list libabseil here to ensure pinning correctly - libabseil - - sed host: - if: cuda_compiler_version != "None" then:
VariantStatus
linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 - variant + variant
linux_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314win_64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython - - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython - - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 - - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython - - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython - - variant - -
linux_64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 - - variant - -
linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_version12.9python3.14.____cp314 - - variant - -
linux_aarch64_channel_sourcesconda-forgeconda-forgelabelpython_rccuda_compiler_versionNonepython3.14.____cp314 - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.11.____cpython - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.12.____cpython - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_version12.9python3.13.____cp313 - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.11.____cpython - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.12.____cpython - - variant - -
linux_aarch64_channel_sourcesconda-forgecuda_compiler_versionNonepython3.13.____cp313 - - variant - -
osx_64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 - - variant - -
osx_64_channel_sourcesconda-forgepython3.11.____cpython - - variant - -
osx_64_channel_sourcesconda-forgepython3.12.____cpython - - variant - -
osx_64_channel_sourcesconda-forgepython3.13.____cp313 - - variant - -
osx_arm64_channel_sourcesconda-forgeconda-forgelabelpython_rcpython3.14.____cp314 - - variant - -
osx_arm64_channel_sourcesconda-forgepython3.11.____cpython - - variant - -
osx_arm64_channel_sourcesconda-forgepython3.12.____cpython - - variant - -
osx_arm64_channel_sourcesconda-forgepython3.13.____cp313 - - variant + variant