From 2a61cf661c1b8a20aa782bb4f671b11e6ba56650 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 6 May 2024 09:33:55 +0200 Subject: [PATCH 1/2] LLVM 18.1.5 --- recipe/conda_build_config.yaml | 2 +- recipe/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 63c752b..d44da8e 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.4 + - 18.1.5 # everything below is zipped cross_target_platform: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c2f9bf0..f2d0274 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% if version is not defined %} -{% set version = "18.1.4" %} +{% set version = "18.1.5" %} {% endif %} {% set major_ver = version.split(".")[0] %} # cannot yet build libcxx 17 due to having no @@ -7,7 +7,7 @@ # so allow the last major version of libcxx {% set libcxx_major = 16 %} -{% set build_number = 12 %} +{% set build_number = 13 %} package: name: clang-compiler-activation From d9548409a38ce21fe1425a896c4d4119c887cfa6 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 6 May 2024 09:37:40 +0200 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and conda-forge-pinning 2024.05.06.07.27.40 --- .azure-pipelines/azure-pipelines-linux.yml | 8 +++---- .azure-pipelines/azure-pipelines-osx.yml | 18 +++++++------- ...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.5.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.5.yaml} | 8 +------ ...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.5.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.5.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.5.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.5.yaml} | 6 +---- README.md | 24 +++++++++---------- 21 files changed, 37 insertions(+), 121 deletions(-) rename .ci_support/{linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml => linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml} (87%) rename .ci_support/{linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml => linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml} (87%) rename .ci_support/{osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml => osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml} (87%) rename .ci_support/{osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml => osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml} (87%) rename .ci_support/{osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml => osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml} (88%) rename .ci_support/{osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml => osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml} (88%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 8f1a1a9..13e62b6 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.4: - CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4 + linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5: + CONFIG: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 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.4: - CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5: + CONFIG: linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 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 59b9ef0..5234f22 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,7 +5,7 @@ jobs: - job: osx pool: - vmImage: macOS-11 + vmImage: macOS-12 strategy: matrix: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version16.0.6: @@ -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.4: - CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4 + osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5: + CONFIG: osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 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.4: - CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5: + CONFIG: osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 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.4: - CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4 + osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5: + CONFIG: osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 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.4: - CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5: + CONFIG: osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 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 bc8dd6e..bad378b 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,10 +4,6 @@ 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: @@ -31,8 +27,6 @@ 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 d46ddfa..ca09d7e 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,10 +4,6 @@ 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: @@ -31,8 +27,6 @@ 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.4.yaml b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml similarity index 87% rename from .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml rename to .ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml index 143159e..2f8af6f 100644 --- a/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml @@ -4,10 +4,6 @@ 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: @@ -29,10 +25,8 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.4 +- 18.1.5 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 1670250..829761c 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,10 +4,6 @@ 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: @@ -31,8 +27,6 @@ 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 2bcc54f..736c82a 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,10 +4,6 @@ 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: @@ -31,8 +27,6 @@ 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.4.yaml b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml similarity index 87% rename from .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml rename to .ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml index 596e972..e505c81 100644 --- a/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml +++ b/.ci_support/linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml @@ -4,10 +4,6 @@ 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: @@ -29,10 +25,8 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.4 +- 18.1.5 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 b8f1187..b377018 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 @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' 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 a5305f9..f8492e3 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 @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml similarity index 87% rename from .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml rename to .ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml index 14bd7ae..18935b6 100644 --- a/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' channel_sources: - conda-forge channel_targets: @@ -25,7 +21,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.4 +- 18.1.5 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 c0924b5..1f36e9b 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 @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' 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 b9c94cc..faeb141 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 @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml similarity index 87% rename from .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml rename to .ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml index 6c526b6..cd717d4 100644 --- a/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml +++ b/.ci_support/osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml @@ -3,11 +3,7 @@ CBUILD: 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' +- '10.13' channel_sources: - conda-forge channel_targets: @@ -25,7 +21,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.4 +- 18.1.5 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 53e7d09..b87999f 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,10 +4,6 @@ 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 d6b3b18..d64f784 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,10 +4,6 @@ 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.4.yaml b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml similarity index 88% rename from .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml rename to .ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml index 621ba4c..31ea474 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5.yaml @@ -4,10 +4,6 @@ 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: @@ -25,7 +21,7 @@ uname_kernel_release: uname_machine: - x86_64 version: -- 18.1.4 +- 18.1.5 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 748a112..f9573d0 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,10 +4,6 @@ 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 e32a1ee..9fce86d 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,10 +4,6 @@ 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.4.yaml b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml similarity index 88% rename from .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml rename to .ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml index d5f248f..aa9fe2d 100644 --- a/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4.yaml +++ b/.ci_support/osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5.yaml @@ -4,10 +4,6 @@ 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: @@ -25,7 +21,7 @@ uname_kernel_release: uname_machine: - arm64 version: -- 18.1.4 +- 18.1.5 zip_keys: - - cross_target_platform - macos_machine diff --git a/README.md b/README.md index 39378b1..6220bf4 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.4 + linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 - variant + variant @@ -84,10 +84,10 @@ Current build status - linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + linux_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 - variant + variant @@ -105,10 +105,10 @@ Current build status - osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4 + osx_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 - variant + variant @@ -126,10 +126,10 @@ Current build status - osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + osx_64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 - variant + variant @@ -147,10 +147,10 @@ Current build status - osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.4 + osx_arm64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0version18.1.5 - variant + variant @@ -168,10 +168,10 @@ Current build status - osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.4 + osx_arm64_cross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version18.1.5 - variant + variant