diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 75dc410..4688336 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,38 +8,33 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6: - CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6 + ? linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 + : CONFIG: linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: - CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 + ? linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 + : CONFIG: linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: - CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 + linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: + CONFIG: linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6: - CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6 + linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: + CONFIG: linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: - CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 + linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: + CONFIG: linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: - CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 + linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: + CONFIG: linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 4b70741..16f2cbc 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,41 +8,41 @@ jobs: vmImage: macOS-11 strategy: matrix: - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6: - CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6 + ? osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 + : CONFIG: osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: - CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 + ? osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 + : CONFIG: osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: - CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 + osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: + CONFIG: osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6: - CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6 + osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: + CONFIG: osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: - CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 + osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: + CONFIG: osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: - CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 + osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: + CONFIG: osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6: - CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6 + ? osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 + : CONFIG: osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: - CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 + ? osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 + : CONFIG: osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: - CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 + osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7: + CONFIG: osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6: - CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6 + osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: + CONFIG: osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: - CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 + osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7: + CONFIG: osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: - CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 + osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6: + CONFIG: osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml b/.ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml similarity index 82% rename from .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml index 413191a..be4617f 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml @@ -7,9 +7,9 @@ MACOSX_DEPLOYMENT_TARGET: cdt_name: - cos6 channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-64 docker_image: @@ -25,7 +25,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml b/.ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml similarity index 82% rename from .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml index 3750afb..7616e36 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml @@ -7,9 +7,9 @@ MACOSX_DEPLOYMENT_TARGET: cdt_name: - cos6 channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-arm64 docker_image: @@ -25,7 +25,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml similarity index 92% rename from .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml index 71be49f..267cdf7 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml similarity index 92% rename from .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index bad378b..cfff5f9 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml similarity index 92% rename from .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml index f2b4c56..b1f15eb 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml similarity index 92% rename from .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml rename to .ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index 829761c..9287831 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -33,3 +33,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml b/.ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml similarity index 72% rename from .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml index f609d22..6dbcdc2 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml @@ -3,11 +3,13 @@ CBUILD: FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-64 macos_machine: @@ -21,7 +23,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml b/.ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml similarity index 72% rename from .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml index 0a862ff..6dd8ad8 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml @@ -3,11 +3,13 @@ CBUILD: FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-arm64 macos_machine: @@ -21,7 +23,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml similarity index 83% rename from .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml index e2ecba1..25f8901 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml @@ -4,6 +4,8 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: - conda-forge channel_targets: @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml similarity index 83% rename from .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index 7d340c9..3421892 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -4,6 +4,8 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: - conda-forge channel_targets: @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml similarity index 83% rename from .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml index de9362b..bb863bf 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml @@ -4,6 +4,8 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: - conda-forge channel_targets: @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml similarity index 83% rename from .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml rename to .ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index 8b27ddc..ecf4c08 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -4,6 +4,8 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +MACOSX_SDK_VERSION: +- '10.13' channel_sources: - conda-forge channel_targets: @@ -29,3 +31,7 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - MACOSX_DEPLOYMENT_TARGET + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml similarity index 80% rename from .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml index a819ff4..34a62c9 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1.yaml @@ -5,9 +5,9 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: MACOSX_DEPLOYMENT_TARGET: - '11.0' channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-64 macos_machine: @@ -21,7 +21,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml similarity index 80% rename from .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml index 9a37903..1943932 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1.yaml @@ -5,9 +5,9 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: MACOSX_DEPLOYMENT_TARGET: - '11.0' channel_sources: -- conda-forge +- conda-forge/label/llvm_rc,conda-forge channel_targets: -- conda-forge main +- conda-forge llvm_rc cross_target_platform: - osx-arm64 macos_machine: @@ -21,7 +21,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 14.0.6 +- 17.0.0.rc1 zip_keys: - - cross_target_platform - macos_machine @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml similarity index 91% rename from .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml index f11372f..d9cf1a6 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7.yaml @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml similarity index 91% rename from .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index b87999f..3d8c439 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml similarity index 91% rename from .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml index 4c86196..1c17d7c 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml similarity index 91% rename from .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml rename to .ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index f9573d0..b015a9f 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -29,3 +29,6 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME +- - version + - channel_sources + - channel_targets diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index b3abaeb..9aa3324 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -55,11 +55,6 @@ source run_conda_forge_build_setup 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 @@ -75,6 +70,11 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # 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 diff --git a/README.md b/README.md index 0db95b7..3102589 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ About clang-compiler-activation-feedstock Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/clang-compiler-activation-feedstock/blob/main/LICENSE.txt) + About clang-compiler-activation ------------------------------- @@ -11,16 +12,18 @@ Home: http://github.com/conda-forge/clang-compiler-activation-feedstock Package license: BSD-3-Clause Summary: clang compilers for conda-build 3 -About clang_bootstrap_osx-arm64 -------------------------------- + +About clang_bootstrap_osx-64 +---------------------------- Home: https://llvm.org Package license: Apache-2.0 Summary: clang compiler components in one package for bootstrapping clang -About clang_bootstrap_osx-64 ----------------------------- + +About clang_bootstrap_osx-arm64 +------------------------------- Home: https://llvm.org @@ -46,129 +49,129 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index bdebc4d..3861a18 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -7,11 +7,28 @@ CBUILD: MACOSX_DEPLOYMENT_TARGET: # [linux] - 10.9 # [linux] +MACOSX_SDK_VERSION: # [osx and x86_64] + - "10.13" # [osx and x86_64] +# as of LLVM 17, we need 10.13 for MACOSX_DEPLOYMENT_TARGET --> part of zip +MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] + - "10.9" # [osx and x86_64] + - "10.9" # [osx and x86_64] + - "10.13" # [osx and x86_64] version: - - 14.0.6 - 15.0.7 - 16.0.6 + - 17.0.0.rc1 + +# zip to avoid using rc-builds for already-released-in-conda-forge LLVM versions +channel_sources: + - conda-forge + - conda-forge + - conda-forge/label/llvm_rc,conda-forge +channel_targets: + - conda-forge main + - conda-forge main + - conda-forge llvm_rc # everything below is zipped cross_target_platform: @@ -41,3 +58,8 @@ zip_keys: - uname_machine - uname_kernel_release - FINAL_PYTHON_SYSCONFIGDATA_NAME + - + - version + - MACOSX_DEPLOYMENT_TARGET # [osx and x86_64] + - channel_sources + - channel_targets diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 315a758..3f8e60c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,14 +1,14 @@ {% if version is not defined %} -{% set version = "16.0.6" %} +{% set version = "17.0.0.rc1" %} {% endif %} {% set major_ver = version.split(".")[0] %} {% set build_number = 0 %} # keep build number increments for old compiler versions as necessary -{% if major_ver | int <= 15 %} -{% set build_number = build_number + 3 %} -{% elif major_ver | int <= 14 %} -{% set build_number = build_number + 7 %} +{% if major_ver | int <= 16 %} +{% set build_number = build_number + 1 %} +{% elif major_ver | int <= 15 %} +{% set build_number = build_number + 4 %} {% endif %} package: @@ -75,12 +75,17 @@ outputs: # This is not needed in Linux for cross-compiling in a conda-build env, but is needed outside - libcxx >={{ version }} - {{ pin_subpackage('clang_' ~ cross_target_platform, exact=True) }} - - gxx_impl_{{ target_platform }} # [linux] + - gxx_impl_{{ target_platform }} # [linux] + - __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64] # Since transitive run_exports are not currently possible # (here I would like the run dependency on clangxx to pull in the run_exports from it). run_exports: strong: - libcxx >={{ version }} + # strictly speaking the constraint on libcxx should be enough, + # but let's be nice to the solver and mark all libcxx-dependent + # packages as requiring 10.13 (for clangxx >= 17). + - __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64] test: commands: - echo {{ MACOSX_DEPLOYMENT_TARGET }} # [linux] @@ -106,6 +111,8 @@ outputs: - {{ pin_subpackage('clangxx_' ~ cross_target_platform, exact=True) }} # hack to force the solver to work - libllvm{{ major_ver }} {{ version }} + run: + - __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64] build: always_include_files: - bin/
VariantStatus
linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 - variant + variant
linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7linux_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 - variant + variant
linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 - variant + variant
linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6linux_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 - variant + variant
linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 - variant + variant
linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 - variant + variant
osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 - variant + variant
osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7osx_64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 - variant + variant
osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 - variant + variant
osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6osx_64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 - variant + variant
osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 - variant + variant
osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6osx_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 - variant + variant
osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version14.0.6osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.0.rc1 - variant + variant
osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7osx_arm64_channel_targetsconda-forge_llvm_rccross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.0.rc1 - variant + variant
osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version15.0.7 - variant + variant
osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version14.0.6osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6 - variant + variant
osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7 - variant + variant
osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6osx_arm64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6 - variant + variant