From f167ec3ef2e3c7858f8a779457c8896a43361739 Mon Sep 17 00:00:00 2001 From: Tim Snyder Date: Sat, 15 Apr 2023 09:32:51 -0500 Subject: [PATCH] MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.04.15.08.59.11 --- .azure-pipelines/azure-pipelines-osx.yml | 4 +++ .ci_support/osx_arm64_.yaml | 45 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .ci_support/osx_arm64_.yaml diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 0dd6c438d4..66d42e66d2 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -12,6 +12,10 @@ jobs: CONFIG: osx_64_ UPLOAD_PACKAGES: 'False' SHORT_CONFIG: osx_64_ + osx_arm64_: + CONFIG: osx_arm64_ + UPLOAD_PACKAGES: 'False' + SHORT_CONFIG: osx_arm64_ timeoutInMinutes: 360 steps: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml new file mode 100644 index 0000000000..7127b9d766 --- /dev/null +++ b/.ci_support/osx_arm64_.yaml @@ -0,0 +1,45 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.1' +boost: +- 1.78.0 +boost_cpp: +- 1.78.0 +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +hdf5: +- 1.12.2 +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.21' +pin_run_as_build: + boost: + max_pin: x.x.x + boost-cpp: + max_pin: x.x.x + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +sqlite: +- '3' +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2'