diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 60d19940..71ba14a0 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,6 +8,66 @@ jobs: vmImage: ubuntu-latest strategy: matrix: + linux_64_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.1 + linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.1 + linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.1 + linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 + linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 + linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.2 + linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython: + CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython: + CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 + linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython: + CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 + linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython: + CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 + linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython: + CONFIG: linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.0 + linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython: + CONFIG: linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.0 + linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython: + CONFIG: linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cuda:11.0 linux_aarch64_cuda_compiler_version11.2python3.10.____cpython: CONFIG: linux_aarch64_cuda_compiler_version11.2python3.10.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml new file mode 100644 index 00000000..65d2b586 --- /dev/null +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -0,0 +1,48 @@ +# 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_python3.10.____cpython: + CONFIG: osx_64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_64_python3.8.____cpython: + CONFIG: osx_64_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_64_python3.9.____cpython: + CONFIG: osx_64_python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.10.____cpython: + CONFIG: osx_arm64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.8.____cpython: + CONFIG: osx_arm64_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.9.____cpython: + CONFIG: osx_arm64_python3.9.____cpython + 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 new file mode 100644 index 00000000..5bc38885 --- /dev/null +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -0,0 +1,127 @@ +# 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-2019 + strategy: + matrix: + win_64_cuda_compiler_version10.2python3.10.____cpython: + CONFIG: win_64_cuda_compiler_version10.2python3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version10.2python3.8.____cpython: + CONFIG: win_64_cuda_compiler_version10.2python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version10.2python3.9.____cpython: + CONFIG: win_64_cuda_compiler_version10.2python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.0python3.10.____cpython: + CONFIG: win_64_cuda_compiler_version11.0python3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.0python3.8.____cpython: + CONFIG: win_64_cuda_compiler_version11.0python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.0python3.9.____cpython: + CONFIG: win_64_cuda_compiler_version11.0python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.1python3.10.____cpython: + CONFIG: win_64_cuda_compiler_version11.1python3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.1python3.8.____cpython: + CONFIG: win_64_cuda_compiler_version11.1python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.1python3.9.____cpython: + CONFIG: win_64_cuda_compiler_version11.1python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.2python3.10.____cpython: + CONFIG: win_64_cuda_compiler_version11.2python3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.2python3.8.____cpython: + CONFIG: win_64_cuda_compiler_version11.2python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_version11.2python3.9.____cpython: + CONFIG: win_64_cuda_compiler_version11.2python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_versionNonepython3.10.____cpython: + CONFIG: win_64_cuda_compiler_versionNonepython3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_versionNonepython3.8.____cpython: + CONFIG: win_64_cuda_compiler_versionNonepython3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_cuda_compiler_versionNonepython3.9.____cpython: + CONFIG: win_64_cuda_compiler_versionNonepython3.9.____cpython + UPLOAD_PACKAGES: 'True' + timeoutInMinutes: 360 + variables: + CONDA_BLD_PATH: D:\\bld\\ + + 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.9" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -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 + conda.exe uninstall --quiet --yes --force conda-forge-ci-setup=3 "py-lief<0.12" + pip install --no-deps ".\recipe\." + setup_conda_rc .\ ".\recipe" .\.ci_support\%CONFIG%.yaml + displayName: conda-forge CI setup + + # Configure the VM. + - script: | + set "CI=azure" + call activate base + :: Overriding global run_conda_forge_build_setup_win with local copy. + recipe\run_conda_forge_build_setup_win + displayName: conda-forge build setup + + - script: | + call activate base + if EXIST LICENSE.txt ( + copy LICENSE.txt "recipe\\recipe-scripts-license.txt" + ) + conda.exe mambabuild "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables + 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:*/=%" + 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_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython.yaml new file mode 100644 index 00000000..d26075d8 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +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.1' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython.yaml new file mode 100644 index 00000000..d5673ab1 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +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.1' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython.yaml new file mode 100644 index 00000000..aec906ef --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +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.1' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.1 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython.yaml new file mode 100644 index 00000000..850dc576 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +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' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython.yaml new file mode 100644 index 00000000..01ea10c3 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +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' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython.yaml new file mode 100644 index 00000000..29e6b96c --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +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' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython.yaml new file mode 100644 index 00000000..3d66be96 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython.yaml new file mode 100644 index 00000000..5a01db59 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython.yaml new file mode 100644 index 00000000..255516c7 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython.yaml new file mode 100644 index 00000000..4f4f3dc5 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '7' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython.yaml new file mode 100644 index 00000000..6f608957 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '7' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython.yaml new file mode 100644 index 00000000..5b16bdeb --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '7' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython.yaml b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython.yaml new file mode 100644 index 00000000..6968dbbd --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython.yaml new file mode 100644 index 00000000..bbd22e59 --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython.yaml new file mode 100644 index 00000000..fda4ba9e --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +docker_image: +- quay.io/condaforge/linux-anvil-cuda:11.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cuda_compiler_version + - cdt_name + - docker_image diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml new file mode 100644 index 00000000..aa5e816c --- /dev/null +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- osx-64 diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml new file mode 100644 index 00000000..ba3d5d47 --- /dev/null +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- osx-64 diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml new file mode 100644 index 00000000..356c7858 --- /dev/null +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- osx-64 diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml new file mode 100644 index 00000000..04de9ffa --- /dev/null +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- osx-arm64 diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml new file mode 100644 index 00000000..cbf00864 --- /dev/null +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- osx-arm64 diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml new file mode 100644 index 00000000..5eb087d7 --- /dev/null +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler_version: +- None +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- osx-arm64 diff --git a/.ci_support/win_64_cuda_compiler_version10.2python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version10.2python3.10.____cpython.yaml new file mode 100644 index 00000000..a57ecbe4 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version10.2python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version10.2python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version10.2python3.8.____cpython.yaml new file mode 100644 index 00000000..e90e7866 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version10.2python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version10.2python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version10.2python3.9.____cpython.yaml new file mode 100644 index 00000000..f244c51f --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version10.2python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '10.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.0python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.0python3.10.____cpython.yaml new file mode 100644 index 00000000..0e82f11e --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.0python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.0python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.0python3.8.____cpython.yaml new file mode 100644 index 00000000..19422a40 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.0python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.0python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.0python3.9.____cpython.yaml new file mode 100644 index 00000000..e857b9ac --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.0python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.0' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.1python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.1python3.10.____cpython.yaml new file mode 100644 index 00000000..7ac87935 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.1python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.1' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.1python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.1python3.8.____cpython.yaml new file mode 100644 index 00000000..dd6be9b6 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.1python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.1' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.1python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.1python3.9.____cpython.yaml new file mode 100644 index 00000000..d14d0cba --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.1python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.1' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.2python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.2python3.10.____cpython.yaml new file mode 100644 index 00000000..953769bf --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.2python3.10.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.2python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.2python3.8.____cpython.yaml new file mode 100644 index 00000000..9cdf25fc --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.2python3.8.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_version11.2python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version11.2python3.9.____cpython.yaml new file mode 100644 index 00000000..cf9ff453 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_version11.2python3.9.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- '11.2' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpython.yaml new file mode 100644 index 00000000..37b3e6de --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_versionNonepython3.10.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.8.____cpython.yaml new file mode 100644 index 00000000..cc93ef17 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_versionNonepython3.8.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_cuda_compiler_versionNonepython3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonepython3.9.____cpython.yaml new file mode 100644 index 00000000..d522f7a6 --- /dev/null +++ b/.ci_support/win_64_cuda_compiler_versionNonepython3.9.____cpython.yaml @@ -0,0 +1,18 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cuda_compiler: +- nvcc +cuda_compiler_version: +- None +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh new file mode 100755 index 00000000..726b5bde --- /dev/null +++ b/.scripts/run_osx_build.sh @@ -0,0 +1,96 @@ +#!/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 "py-lief<0.12" +mamba update --update-specs --yes --quiet --channel conda-forge \ + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + + +conda uninstall --quiet --yes --force conda-forge-ci-setup=3 "py-lief<0.12" +pip install --no-deps recipe/. + +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." +# Overriding global run_conda_forge_build_setup_osx with local copy. +source recipe/run_conda_forge_build_setup_osx + + +( endgroup "Configuring conda" ) 2> /dev/null + +echo -e "\n\nMaking the build clobber file" +make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml + +if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then + EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test" +fi + + +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 + 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 cc4d4e04..4302b3ed 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,111 @@ Current build status + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariantStatus
linux_64_c_compiler_version10cuda_compiler_version11.1python3.10.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_version11.1python3.8.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_version11.1python3.9.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_version11.2python3.10.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_version11.2python3.8.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_version11.2python3.9.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_versionNonepython3.10.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_versionNonepython3.8.____cpython + + variant + +
linux_64_c_compiler_version10cuda_compiler_versionNonepython3.9.____cpython + + variant + +
linux_64_c_compiler_version7cuda_compiler_version10.2python3.10.____cpython + + variant + +
linux_64_c_compiler_version7cuda_compiler_version10.2python3.8.____cpython + + variant + +
linux_64_c_compiler_version7cuda_compiler_version10.2python3.9.____cpython + + variant + +
linux_64_c_compiler_version9cuda_compiler_version11.0python3.10.____cpython + + variant + +
linux_64_c_compiler_version9cuda_compiler_version11.0python3.8.____cpython + + variant + +
linux_64_c_compiler_version9cuda_compiler_version11.0python3.9.____cpython + + variant + +
linux_aarch64_cuda_compiler_version11.2python3.10.____cpython @@ -110,6 +215,153 @@ Current build status variant
osx_64_python3.10.____cpython + + variant + +
osx_64_python3.8.____cpython + + variant + +
osx_64_python3.9.____cpython + + variant + +
osx_arm64_python3.10.____cpython + + variant + +
osx_arm64_python3.8.____cpython + + variant + +
osx_arm64_python3.9.____cpython + + variant + +
win_64_cuda_compiler_version10.2python3.10.____cpython + + variant + +
win_64_cuda_compiler_version10.2python3.8.____cpython + + variant + +
win_64_cuda_compiler_version10.2python3.9.____cpython + + variant + +
win_64_cuda_compiler_version11.0python3.10.____cpython + + variant + +
win_64_cuda_compiler_version11.0python3.8.____cpython + + variant + +
win_64_cuda_compiler_version11.0python3.9.____cpython + + variant + +
win_64_cuda_compiler_version11.1python3.10.____cpython + + variant + +
win_64_cuda_compiler_version11.1python3.8.____cpython + + variant + +
win_64_cuda_compiler_version11.1python3.9.____cpython + + variant + +
win_64_cuda_compiler_version11.2python3.10.____cpython + + variant + +
win_64_cuda_compiler_version11.2python3.8.____cpython + + variant + +
win_64_cuda_compiler_version11.2python3.9.____cpython + + variant + +
win_64_cuda_compiler_versionNonepython3.10.____cpython + + variant + +
win_64_cuda_compiler_versionNonepython3.8.____cpython + + variant + +
win_64_cuda_compiler_versionNonepython3.9.____cpython + + variant + +
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad85a2cc..6b346f50 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,4 +3,6 @@ # -*- mode: yaml -*- jobs: - - template: ./.azure-pipelines/azure-pipelines-linux.yml \ No newline at end of file + - 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