From 7adbcc3a54f4b4b406f6c4a0750936cad3097b0b Mon Sep 17 00:00:00 2001 From: John Blischak Date: Mon, 11 Dec 2023 10:20:45 -0500 Subject: [PATCH] Rely on "run exports" to install zlib at runtime --- source/contributor/cb3.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/contributor/cb3.rst b/source/contributor/cb3.rst index daecce3..9d8ea32 100644 --- a/source/contributor/cb3.rst +++ b/source/contributor/cb3.rst @@ -206,7 +206,7 @@ is used as a build dependency, it should also be automatically be installed as a run dependency without having to explicitly add it as such in the recipe. This specification is done in the ``zlib`` recipe itself (which is hosted by conda-forge), so in general bioconda collaborators can just add ``zlib`` as -a build dependency. +a host dependency. Note that we don't have to specify the version of ``zlib`` in the recipe -- it is pinned in that ``conda_build_config.yaml`` file we share with conda-forge. @@ -248,7 +248,6 @@ After: - zlib run: - python - - zlib .. seealso::