From 53032bc8f420a72e149b0a9b61e15fd82b443bea Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:57:55 +0000 Subject: [PATCH] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.11.05.55.23 --- .azure-pipelines/azure-pipelines-linux.yml | 1 + .ci_support/linux_64_.yaml | 7 +++++++ .github/CODEOWNERS | 2 +- .scripts/build_steps.sh | 2 +- README.md | 7 ++++--- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index abcbeb9..875d996 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -13,6 +13,7 @@ jobs: UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 + variables: {} steps: # configure qemu binfmt-misc running. This allows us to run docker containers diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 6c59082..3166d1d 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,3 +1,7 @@ +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -6,3 +10,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4411c7a..08d4125 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @EddyMM @charlesg3 @demartinofra @dreambeyondorange @enrico-usai @gmarciani @hanwen-pcluste @jdeamicis @lukeseawalker @notestaff @himani2411 @hgreebe @judysng +* @EddyMM @charlesg3 @demartinofra @dreambeyondorange @enrico-usai @gmarciani @hanwen-pcluste @hgreebe @himani2411 @jdeamicis @judysng @lukeseawalker @notestaff \ No newline at end of file diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a4d638b..2f3df6c 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" diff --git a/README.md b/README.md index 4e2d4b6..3d84503 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,10 @@ Feedstock Maintainers * [@enrico-usai](https://github.com/enrico-usai/) * [@gmarciani](https://github.com/gmarciani/) * [@hanwen-pcluste](https://github.com/hanwen-pcluste/) +* [@hgreebe](https://github.com/hgreebe/) +* [@himani2411](https://github.com/himani2411/) * [@jdeamicis](https://github.com/jdeamicis/) +* [@judysng](https://github.com/judysng/) * [@lukeseawalker](https://github.com/lukeseawalker/) * [@notestaff](https://github.com/notestaff/) -* [@himani2411](https://github.com/himani2411/) -* [@hgreebe](https://github.com/hgreebe/) -* [@judysng](https://github.com/judysng/) +