From 66d1456a5f1a79c7be701b5a5dac0e61e33e618a Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:51:42 +0000 Subject: [PATCH 1/2] updated v2.1.0 --- recipe/meta.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b66d045..f144d8d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = '2.0.9' %} +{% set version = "2.1.0" %} {% set posix = 'm2-' if win else '' %} {% set native = 'm2w64-' if win else '' %} @@ -10,10 +10,10 @@ source: url: - {{ cran_mirror }}/src/contrib/nlmixr2_{{ version }}.tar.gz - {{ cran_mirror }}/src/contrib/Archive/nlmixr2/nlmixr2_{{ version }}.tar.gz - sha256: 07bb04fb17f3065380a07d8f100ceb2997d1ddfdecef06cf9bb84e390aa8cbd5 + sha256: 08b7f1740c0acd5337aa58a13214c29384dfb53528c63b55a0bcdcc3385ea241 build: - merge_build_host: True # [win] + merge_build_host: true # [win] number: 0 noarch: generic rpaths: @@ -56,11 +56,8 @@ about: home: https://nlmixr2.org/ dev_url: https://github.com/nlmixr2/nlmixr2/ license: GPL-3.0-or-later - summary: Fit and compare nonlinear mixed-effects models in differential equations with flexible - dosing information commonly seen in pharmacokinetics and pharmacodynamics (Almquist, - Leander, and Jirstrand 2015 ). Differential equation - solving is by compiled C code provided in the 'rxode2' package (Wang, Hallow, and - James 2015 ). + summary: Fit and compare nonlinear mixed-effects models in differential equations with flexible dosing information commonly seen in pharmacokinetics and pharmacodynamics (Almquist, Leander, and Jirstrand 2015 ). Differential equation solving is by compiled C code provided in the 'rxode2' + package (Wang, Hallow, and James 2015 ). license_family: GPL3 license_file: - {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3 From 4b6f65fcd37a57eaf1afe027855a8553caf2ec1e Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:51:46 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.28.3, conda-smithy 3.30.2, and conda-forge-pinning 2024.01.08.19.20.26 --- .gitignore | 14 ++++++++++++-- .scripts/build_steps.sh | 6 +++--- README.md | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c89ecb7..c002910 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -*.pyc +# User content belongs under recipe/. +# Feedstock configuration goes in `conda-forge.yml` +# Everything else is managed by the conda-smithy rerender process. +# Please do not modify + +* +!/conda-forge.yml -build_artifacts +!/*/ +!/recipe/** +!/.ci_support/** + +*.pyc diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index ab7bc8f..5382195 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,9 +34,9 @@ CONDARC export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build conda-forge-ci-setup=4 + pip mamba conda-build boa conda-forge-ci-setup=4 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build conda-forge-ci-setup=4 + pip mamba conda-build boa conda-forge-ci-setup=4 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" @@ -71,7 +71,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 mambabuild "${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 60a7d38..c5b897f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ available continuous integration services. Thanks to the awesome service provide [CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/), [Drone](https://cloud.drone.io/welcome), and [TravisCI](https://travis-ci.com/) it is possible to build and upload installable packages to the -[conda-forge](https://anaconda.org/conda-forge) [Anaconda-Cloud](https://anaconda.org/) +[conda-forge](https://anaconda.org/conda-forge) [anaconda.org](https://anaconda.org/) channel for Linux, Windows and OSX respectively. To manage the continuous integration and simplify feedstock maintenance