conda-forge / conda-forge/conda-forge.github.io
Document the standard practice for `lib`, `lib-dev`, and `lib-static` packages
- Langage dominant
- JavaScript
- Étoiles
- 170
- Forks
- 320
- Merge moyen
- 2 j 10 h
- PR mergées (30 j)
- 5
Description
### Where should the content be added?
_No response_
### What should be added?
Every time I encounter this discussion it gets me, and given the same discussions scattered everywhere (ex: [here](https://github.com/conda-forge/staged-recipes/pull/21901#issuecomment-1415931866) and [here](https://github.com/conda-forge/openblas-feedstock/issues/134#issuecomment-1083482954)) I assume it's worth documenting the Linux distro practice:
- `lib`: Only the runtime shared library `libxyz.so.X` & `libxyz.so.X.Y.Z`
- `lib-dev`: Symlinks to the shared library, `libxyz.so`, plus the library headers
- `lib-static`: Contains the static libraries `libxyz.a` or `libxyz_static.a`
There may be other subtle changes needed (ex: `run_exports`). Feel free to add more details and formalize this for conda-forge needs.
### Additional information
_No response_
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.