conda-forge / conda-forge/conda-forge.github.io
Document statically linked python
Offen
Docs
- Vorherrschende Sprache
- JavaScript
- Sterne
- 170
- Forks
- 320
- Ø Merge
- 2 T. 10 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
Basically extension modules should not link to libpython.so as python is statically linked to libpython.a and extension modules should add `--undefined` (this is default on linux) or `-undefined dynamic_lookup` on osx. Otherwise segfaults can happen.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.