From 0d7edbcb8d7607c3de7dc24f2a40580a0cc41431 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 8 Apr 2024 11:29:43 +1100 Subject: [PATCH 1/2] LLVM 18.1.3 --- recipe/conda_build_config.yaml | 2 +- recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index ec49339..f2189e6 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -11,7 +11,7 @@ MACOSX_DEPLOYMENT_TARGET: # [linux] version: - 16.0.6 - 17.0.6 - - 18.1.2 + - 18.1.3 # everything below is zipped cross_target_platform: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f112f77..9ecaca1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% if version is not defined %} -{% set version = "18.1.2" %} +{% set version = "18.1.3" %} {% endif %} {% set major_ver = version.split(".")[0] %} # cannot yet build libcxx 17 due to having no From e37b106096224a3048a4605ca04d655be8470fce Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 8 Apr 2024 11:29:54 +1100 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.07.19.54.54 --- .azure-pipelines/azure-pipelines-linux.yml | 8 +++---- .azure-pipelines/azure-pipelines-osx.yml | 16 ++++++------- ...86_64-apple-darwin13.4.0version16.0.6.yaml | 6 +++++ ...86_64-apple-darwin13.4.0version17.0.6.yaml | 6 +++++ ...6_64-apple-darwin13.4.0version18.1.3.yaml} | 8 ++++++- ...arm64-apple-darwin20.0.0version16.0.6.yaml | 6 +++++ ...arm64-apple-darwin20.0.0version17.0.6.yaml | 6 +++++ ...rm64-apple-darwin20.0.0version18.1.3.yaml} | 8 ++++++- ...86_64-apple-darwin13.4.0version16.0.6.yaml | 4 ++++ ...86_64-apple-darwin13.4.0version17.0.6.yaml | 4 ++++ ...6_64-apple-darwin13.4.0version18.1.3.yaml} | 6 ++++- ...arm64-apple-darwin20.0.0version16.0.6.yaml | 4 ++++ ...arm64-apple-darwin20.0.0version17.0.6.yaml | 4 ++++ ...rm64-apple-darwin20.0.0version18.1.3.yaml} | 6 ++++- ...86_64-apple-darwin13.4.0version16.0.6.yaml | 4 ++++ ...86_64-apple-darwin13.4.0version17.0.6.yaml | 4 ++++ ...6_64-apple-darwin13.4.0version18.1.3.yaml} | 6 ++++- ...arm64-apple-darwin20.0.0version16.0.6.yaml | 4 ++++ ...arm64-apple-darwin20.0.0version17.0.6.yaml | 4 ++++ ...rm64-apple-darwin20.0.0version18.1.3.yaml} | 6 ++++- README.md | 24 +++++++++---------- 21 files changed, 114 insertions(+), 30 deletions(-) rename .ci_support/{linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml => linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml} (87%) rename .ci_support/{linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml => linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml} (87%) rename .ci_support/{osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml => osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml} (88%) rename .ci_support/{osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml => osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml} (88%) rename .ci_support/{osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml => osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml} (88%) rename .ci_support/{osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml => osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml} (88%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 8a61032..bfe258b 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -16,8 +16,8 @@ jobs: CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2: - CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3: + CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 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: @@ -28,8 +28,8 @@ jobs: CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.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.0version18.1.2: - CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3: + CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 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 index 9c0b35e..62d6c69 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -14,8 +14,8 @@ jobs: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6: CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2: - CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3: + CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 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 @@ -23,8 +23,8 @@ jobs: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6: CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6 UPLOAD_PACKAGES: 'True' - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2: - CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3: + CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 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 @@ -32,8 +32,8 @@ jobs: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6: CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2: - CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3: + CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 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 @@ -41,8 +41,8 @@ jobs: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6: CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6 UPLOAD_PACKAGES: 'True' - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2: - CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3: + CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: {} 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_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index bad378b..bc8dd6e 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -27,6 +31,8 @@ uname_machine: version: - 16.0.6 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family diff --git a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml index ca09d7e..d46ddfa 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -27,6 +31,8 @@ uname_machine: version: - 17.0.6 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family diff --git a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml similarity index 87% rename from .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml rename to .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml index 90bce53..2abe399 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -25,8 +29,10 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.2 +- 18.1.3 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index 829761c..1670250 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -27,6 +31,8 @@ uname_machine: version: - 16.0.6 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml index 736c82a..2bcc54f 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -27,6 +31,8 @@ uname_machine: version: - 17.0.6 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family diff --git a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml similarity index 87% rename from .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml rename to .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml index 9864a5a..7794cbf 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -25,8 +29,10 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.2 +- 18.1.3 zip_keys: +- - c_stdlib_version + - cdt_name - - cross_target_platform - macos_machine - meson_cpu_family 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_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index 7d340c9..b8f1187 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml index 7c816bd..a5305f9 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml similarity index 88% rename from .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml rename to .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml index ed49d18..5a3d2f1 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: @@ -21,7 +25,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.2 +- 18.1.3 zip_keys: - - cross_target_platform - macos_machine diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index 8b27ddc..c0924b5 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml index 6a845fd..b9c94cc 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml similarity index 88% rename from .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml rename to .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml index 7deadf4..dbff789 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '10.9' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: @@ -21,7 +25,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.2 +- 18.1.3 zip_keys: - - cross_target_platform - macos_machine 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_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml index b87999f..53e7d09 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml index d64f784..d6b3b18 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml similarity index 88% rename from .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml rename to .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml index 24b231b..6c99256 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_x86_64_apple_darwin13_4_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: @@ -21,7 +25,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.2 +- 18.1.3 zip_keys: - - cross_target_platform - macos_machine diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml index f9573d0..748a112 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version16.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml index 9fce86d..e32a1ee 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version17.0.6.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml similarity index 88% rename from .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml rename to .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml index 1342e14..9c6b53c 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3.yaml @@ -4,6 +4,10 @@ FINAL_PYTHON_SYSCONFIGDATA_NAME: - _sysconfigdata_arm64_apple_darwin20_0_0 MACOSX_DEPLOYMENT_TARGET: - '11.0' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: @@ -21,7 +25,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.2 +- 18.1.3 zip_keys: - - cross_target_platform - macos_machine diff --git a/README.md b/README.md index 1bfefa7..8ee4493 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ Current build status - linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 - variant + variant @@ -84,10 +84,10 @@ Current build status - linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 - variant + variant @@ -105,10 +105,10 @@ Current build status - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 - variant + variant @@ -126,10 +126,10 @@ Current build status - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 - variant + variant @@ -147,10 +147,10 @@ Current build status - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.2 + osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.3 - variant + variant @@ -168,10 +168,10 @@ Current build status - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.2 + osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.3 - variant + variant