From 9d9b7fbbfca3af5cc090d142b6813938c46cda43 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:46:46 +0000 Subject: [PATCH 1/2] updated v2.5.6 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a5f2595..1b14a66 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "odetoolbox" %} -{% set version = "2.5.5" %} +{% set version = "2.5.6" %} package: @@ -8,7 +8,7 @@ package: source: url: https://github.com/nest/ode-toolbox/archive/v{{ version }}.tar.gz - sha256: f197400bf95d8abd86ed41a31898d7dc9fda6340facb1af9d96e8fda83e7c17e + sha256: d86cd411097299416ade5fd9cbc0a07f4be6c2c8514c2f1659c3b7ff08fff897 build: noarch: python @@ -17,11 +17,11 @@ build: requirements: host: - - python >=3 + - python >=3 - pytest-runner - pip run: - - python >=3 + - python >=3 - sympy >1.5,!=1.6rc1,!=1.6rc2,!=1.6,!=1.10,!=1.10.* - numpy >=1.8.2 - scipy @@ -38,7 +38,7 @@ test: about: home: https://github.com/nest/ode-toolbox - summary: 'ODE-toolbox: Automatic selection and generation of integration schemes' + summary: 'ODE-toolbox: Automatic selection and generation of integration schemes' description: | Automatic selection and generation of integration schemes for systems of ordinary differential equations. From 205d76836f11c89367ea8730322fc4973271b62d Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:48:19 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.0, and conda-forge-pinning 2024.07.16.14.39.10 --- .ci_support/linux_64_.yaml | 2 +- .scripts/build_steps.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 6c59082..82f2873 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,5 +1,5 @@ cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 2f3df6c..6c805a9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -69,6 +69,12 @@ else --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:-}" + ( startgroup "Inspecting artifacts" ) 2> /dev/null + + # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 + command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0" + + ( endgroup "Inspecting artifacts" ) 2> /dev/null ( startgroup "Validating outputs" ) 2> /dev/null validate_recipe_outputs "${FEEDSTOCK_NAME}"