From 018059bb1062ec9ea2bbccf3b3a8cd027323e67f Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 24 Jul 2023 23:20:12 +0200 Subject: [PATCH] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.24.17.41.39 --- .azure-pipelines/azure-pipelines-linux.yml | 24 +---- .azure-pipelines/azure-pipelines-osx.yml | 36 ------- .azure-pipelines/azure-pipelines-win.yml | 92 ------------------ .../linux_64_cuda_compiler_version11.2.yaml | 87 ----------------- .../linux_64_cuda_compiler_versionNone.yaml | 87 ----------------- ...nux_aarch64_cuda_compiler_version11.2.yaml | 91 ------------------ ...ux_aarch64_cuda_compiler_version12.0.yaml} | 8 +- ...nux_ppc64le_cuda_compiler_version11.2.yaml | 87 ----------------- ...ux_ppc64le_cuda_compiler_version12.0.yaml} | 8 +- .ci_support/osx_64_.yaml | 77 --------------- .ci_support/osx_arm64_.yaml | 77 --------------- .../win_64_cuda_compiler_version11.2.yaml | 79 ---------------- .../win_64_cuda_compiler_versionNone.yaml | 79 ---------------- .scripts/run_osx_build.sh | 94 ------------------- README.md | 64 +------------ azure-pipelines.yml | 4 +- 16 files changed, 17 insertions(+), 977 deletions(-) delete mode 100755 .azure-pipelines/azure-pipelines-osx.yml delete mode 100755 .azure-pipelines/azure-pipelines-win.yml delete mode 100644 .ci_support/linux_64_cuda_compiler_version11.2.yaml delete mode 100644 .ci_support/linux_64_cuda_compiler_versionNone.yaml delete mode 100644 .ci_support/linux_aarch64_cuda_compiler_version11.2.yaml rename .ci_support/{linux_aarch64_cuda_compiler_versionNone.yaml => linux_aarch64_cuda_compiler_version12.0.yaml} (96%) delete mode 100644 .ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml rename .ci_support/{linux_ppc64le_cuda_compiler_versionNone.yaml => linux_ppc64le_cuda_compiler_version12.0.yaml} (96%) delete mode 100644 .ci_support/osx_64_.yaml delete mode 100644 .ci_support/osx_arm64_.yaml delete mode 100644 .ci_support/win_64_cuda_compiler_version11.2.yaml delete mode 100644 .ci_support/win_64_cuda_compiler_versionNone.yaml delete mode 100755 .scripts/run_osx_build.sh diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 22e05d926..d6e1d0e56 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,28 +8,12 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_cuda_compiler_version11.2: - CONFIG: linux_64_cuda_compiler_version11.2 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 - linux_64_cuda_compiler_versionNone: - CONFIG: linux_64_cuda_compiler_versionNone + linux_aarch64_cuda_compiler_version12.0: + CONFIG: linux_aarch64_cuda_compiler_version12.0 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_cuda_compiler_version11.2: - CONFIG: linux_aarch64_cuda_compiler_version11.2 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 - linux_aarch64_cuda_compiler_versionNone: - CONFIG: linux_aarch64_cuda_compiler_versionNone - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_cuda_compiler_version11.2: - CONFIG: linux_ppc64le_cuda_compiler_version11.2 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 - linux_ppc64le_cuda_compiler_versionNone: - CONFIG: linux_ppc64le_cuda_compiler_versionNone + linux_ppc64le_cuda_compiler_version12.0: + CONFIG: linux_ppc64le_cuda_compiler_version12.0 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml deleted file mode 100755 index 8032e9673..000000000 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ /dev/null @@ -1,36 +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-11 - strategy: - matrix: - osx_64_: - CONFIG: osx_64_ - UPLOAD_PACKAGES: 'True' - osx_arm64_: - CONFIG: osx_arm64_ - UPLOAD_PACKAGES: 'True' - timeoutInMinutes: 360 - - steps: - # TODO: Fast finish on azure pipelines? - - script: | - export CI=azure - 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) \ No newline at end of file diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml deleted file mode 100755 index 40f42b025..000000000 --- a/.azure-pipelines/azure-pipelines-win.yml +++ /dev/null @@ -1,92 +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: win - pool: - vmImage: windows-2022 - strategy: - matrix: - win_64_cuda_compiler_version11.2: - CONFIG: win_64_cuda_compiler_version11.2 - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNone: - CONFIG: win_64_cuda_compiler_versionNone - UPLOAD_PACKAGES: 'True' - timeoutInMinutes: 360 - variables: - CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_TEMP: D:\\tmp - - steps: - - task: PythonScript@0 - displayName: 'Download Miniforge' - inputs: - scriptSource: inline - script: | - import urllib.request - url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe' - path = r"$(Build.ArtifactStagingDirectory)/Miniforge.exe" - urllib.request.urlretrieve(url, path) - - - script: | - start /wait "" %BUILD_ARTIFACTSTAGINGDIRECTORY%\Miniforge.exe /InstallationType=JustMe /RegisterPython=0 /S /D=C:\Miniforge - displayName: Install Miniforge - - - powershell: Write-Host "##vso[task.prependpath]C:\Miniforge\Scripts" - displayName: Add conda to PATH - - - script: | - call activate base - mamba.exe install "python=3.10" conda-build conda pip boa conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes - displayName: Install conda-build - - - script: set PYTHONUNBUFFERED=1 - displayName: Set PYTHONUNBUFFERED - - # Configure the VM - - script: | - call activate base - setup_conda_rc .\ ".\recipe" .\.ci_support\%CONFIG%.yaml - displayName: conda-forge CI setup - - # Configure the VM. - - script: | - set "CI=azure" - call activate base - run_conda_forge_build_setup - displayName: conda-forge build setup - - - script: | - call activate base - if EXIST LICENSE.txt ( - copy LICENSE.txt "recipe\\recipe-scripts-license.txt" - ) - if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( - set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" - ) - conda.exe mambabuild "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% - displayName: Build recipe - env: - PYTHONUNBUFFERED: 1 - - script: | - set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" - call activate base - validate_recipe_outputs "%FEEDSTOCK_NAME%" - displayName: Validate Recipe Outputs - - - script: | - set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" - set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" - set "TEMP=$(UPLOAD_TEMP)" - if not exist "%TEMP%\" md "%TEMP%" - set "TMP=%TEMP%" - call activate base - upload_package --validate --feedstock-name="%FEEDSTOCK_NAME%" .\ ".\recipe" .ci_support\%CONFIG%.yaml - displayName: Upload package - env: - BINSTAR_TOKEN: $(BINSTAR_TOKEN) - FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) - STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) - condition: and(succeeded(), not(eq(variables['UPLOAD_PACKAGES'], 'False')), not(eq(variables['Build.Reason'], 'PullRequest'))) \ No newline at end of file diff --git a/.ci_support/linux_64_cuda_compiler_version11.2.yaml b/.ci_support/linux_64_cuda_compiler_version11.2.yaml deleted file mode 100644 index 1cdcec199..000000000 --- a/.ci_support/linux_64_cuda_compiler_version11.2.yaml +++ /dev/null @@ -1,87 +0,0 @@ -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.18.1 -ucx: -- 1.14.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler - - cuda_compiler_version - - cdt_name - - docker_image -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_64_cuda_compiler_versionNone.yaml b/.ci_support/linux_64_cuda_compiler_versionNone.yaml deleted file mode 100644 index 5be5b58a7..000000000 --- a/.ci_support/linux_64_cuda_compiler_versionNone.yaml +++ /dev/null @@ -1,87 +0,0 @@ -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- None -cuda_compiler_version: -- None -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.18.1 -ucx: -- 1.14.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler - - cuda_compiler_version - - cdt_name - - docker_image -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_version11.2.yaml b/.ci_support/linux_aarch64_cuda_compiler_version11.2.yaml deleted file mode 100644 index 1677b0356..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_version11.2.yaml +++ /dev/null @@ -1,91 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.18.1 -ucx: -- 1.14.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler - - cuda_compiler_version - - cdt_name - - docker_image -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNone.yaml b/.ci_support/linux_aarch64_cuda_compiler_version12.0.yaml similarity index 96% rename from .ci_support/linux_aarch64_cuda_compiler_versionNone.yaml rename to .ci_support/linux_aarch64_cuda_compiler_version12.0.yaml index 88fdf1254..4e44c0464 100644 --- a/.ci_support/linux_aarch64_cuda_compiler_versionNone.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_version12.0.yaml @@ -9,7 +9,7 @@ bzip2: c_compiler: - gcc c_compiler_version: -- '12' +- '10' cdt_arch: - aarch64 cdt_name: @@ -19,15 +19,15 @@ channel_sources: channel_targets: - conda-forge main cuda_compiler: -- None +- cuda-nvcc cuda_compiler_version: -- None +- '12.0' cuda_compiler_version_min: - '11.2' cxx_compiler: - gxx cxx_compiler_version: -- '12' +- '10' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 gflags: diff --git a/.ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml b/.ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml deleted file mode 100644 index 3585db7b9..000000000 --- a/.ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml +++ /dev/null @@ -1,87 +0,0 @@ -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- linux-ppc64le -thrift_cpp: -- 0.18.1 -ucx: -- 1.14.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler - - cuda_compiler_version - - cdt_name - - docker_image -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_ppc64le_cuda_compiler_versionNone.yaml b/.ci_support/linux_ppc64le_cuda_compiler_version12.0.yaml similarity index 96% rename from .ci_support/linux_ppc64le_cuda_compiler_versionNone.yaml rename to .ci_support/linux_ppc64le_cuda_compiler_version12.0.yaml index c13a52225..664645145 100644 --- a/.ci_support/linux_ppc64le_cuda_compiler_versionNone.yaml +++ b/.ci_support/linux_ppc64le_cuda_compiler_version12.0.yaml @@ -7,7 +7,7 @@ bzip2: c_compiler: - gcc c_compiler_version: -- '12' +- '10' cdt_name: - cos7 channel_sources: @@ -15,15 +15,15 @@ channel_sources: channel_targets: - conda-forge main cuda_compiler: -- None +- cuda-nvcc cuda_compiler_version: -- None +- '12.0' cuda_compiler_version_min: - '11.2' cxx_compiler: - gxx cxx_compiler_version: -- '12' +- '10' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 gflags: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml deleted file mode 100644 index dd4a23076..000000000 --- a/.ci_support/osx_64_.yaml +++ /dev/null @@ -1,77 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- osx-64 -thrift_cpp: -- 0.18.1 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml deleted file mode 100644 index 6a6713a54..000000000 --- a/.ci_support/osx_arm64_.yaml +++ /dev/null @@ -1,77 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- osx-arm64 -thrift_cpp: -- 0.18.1 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_version11.2.yaml b/.ci_support/win_64_cuda_compiler_version11.2.yaml deleted file mode 100644 index f75d92e27..000000000 --- a/.ci_support/win_64_cuda_compiler_version11.2.yaml +++ /dev/null @@ -1,79 +0,0 @@ -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libcrc32c: -- '1.1' -libcurl: -- '8' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.18.1 -zip_keys: -- - cuda_compiler - - cuda_compiler_version -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_versionNone.yaml b/.ci_support/win_64_cuda_compiler_versionNone.yaml deleted file mode 100644 index 6d8fb15b1..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNone.yaml +++ /dev/null @@ -1,79 +0,0 @@ -aws_crt_cpp: -- 0.20.3 -aws_sdk_cpp: -- 1.10.57 -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- None -cuda_compiler_version: -- None -cuda_compiler_version_min: -- '11.2' -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.12' -libabseil: -- '20230125' -libcrc32c: -- '1.1' -libcurl: -- '8' -libgrpc: -- '1.54' -- '1.56' -libprotobuf: -- '3.21' -- 4.23.3 -lz4_c: -- 1.9.3 -numpy: -- '1.21' -- '1.23' -- '1.21' -- '1.21' -openssl: -- '3' -orc: -- 1.9.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -- 3.11.* *_cpython -- 3.8.* *_cpython -- 3.9.* *_cpython -re2: -- 2023.03.02 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.18.1 -zip_keys: -- - cuda_compiler - - cuda_compiler_version -- - libgrpc - - libprotobuf -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh deleted file mode 100755 index 3969edf3a..000000000 --- a/.scripts/run_osx_build.sh +++ /dev/null @@ -1,94 +0,0 @@ -#!/usr/bin/env bash - -# -*- mode: jinja-shell -*- - -source .scripts/logging_utils.sh - -set -xe - -MINIFORGE_HOME=${MINIFORGE_HOME:-${HOME}/miniforge3} - -( startgroup "Installing a fresh version of Miniforge" ) 2> /dev/null - -MINIFORGE_URL="https://github.com/conda-forge/miniforge/releases/latest/download" -MINIFORGE_FILE="Mambaforge-MacOSX-$(uname -m).sh" -curl -L -O "${MINIFORGE_URL}/${MINIFORGE_FILE}" -rm -rf ${MINIFORGE_HOME} -bash $MINIFORGE_FILE -b -p ${MINIFORGE_HOME} - -( endgroup "Installing a fresh version of Miniforge" ) 2> /dev/null - -( startgroup "Configuring conda" ) 2> /dev/null - -source ${MINIFORGE_HOME}/etc/profile.d/conda.sh -conda activate base - -mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 - - - -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 - -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 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 mambabuild ./recipe -m ./.ci_support/${CONFIG}.yaml \ - --suppress-variables ${EXTRA_CB_OPTIONS:-} \ - --clobber-file ./.ci_support/clobber_${CONFIG}.yaml - ( 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 \ No newline at end of file diff --git a/README.md b/README.md index a006dd7c0..c23ed1f1c 100644 --- a/README.md +++ b/README.md @@ -67,73 +67,17 @@ Current build status - + - + - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b346f505..ad85a2cc3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,4 @@ # -*- mode: yaml -*- jobs: - - template: ./.azure-pipelines/azure-pipelines-linux.yml - - template: ./.azure-pipelines/azure-pipelines-win.yml - - template: ./.azure-pipelines/azure-pipelines-osx.yml \ No newline at end of file + - template: ./.azure-pipelines/azure-pipelines-linux.yml \ No newline at end of file
VariantStatus
linux_64_cuda_compiler_version11.2linux_aarch64_cuda_compiler_version12.0 - variant + variant
linux_64_cuda_compiler_versionNonelinux_ppc64le_cuda_compiler_version12.0 - variant - -
linux_aarch64_cuda_compiler_version11.2 - - variant - -
linux_aarch64_cuda_compiler_versionNone - - variant - -
linux_ppc64le_cuda_compiler_version11.2 - - variant - -
linux_ppc64le_cuda_compiler_versionNone - - variant - -
osx_64 - - variant - -
osx_arm64 - - variant - -
win_64_cuda_compiler_version11.2 - - variant - -
win_64_cuda_compiler_versionNone - - variant + variant