conda-forge / conda-forge.github.io

The conda-forge website.
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
128 stars 275 forks source link

CFEP-18 Tracking issue #1095

Open xhochy opened 4 years ago

xhochy commented 4 years ago

This issue is here to track which packages are still shipping static libraries as the CFEP-18 implementation is a bit more involved. This is mainly tracking for me over which feedstocks I skipped but feel free to tackle one of them.

Progress in general can be monitored by a PR search

jjhelmus commented 4 years ago

When/if bzip2 removes the static library it will be necessary to update the python recipes as they statically link to libbz2 to avoid bus errors when the bzip2 is updated by conda

wolfv commented 4 years ago

I would also be grateful to keep some static libraries around for use in micromamba (ie. seperated out into a -static package). This mainly concerns bzip2, zlib, and other compression libraries.

jjhelmus commented 4 years ago

_libarchive_static_for_cph uses a number of static compression libraries which likely overlap with thoses needed by micromamba. _libarchive_static_for_cph is used by conda-package-handling, c.f. conda/conda-package-handling#45

scopatz commented 4 years ago

Those should go in their -static packages I think