conda-forge / conda-forge/conda-forge.github.io
Document statically linked python
Đang mở
Docs
- Ngôn ngữ chính
- JavaScript
- Star
- 170
- Fork
- 320
- Merge trung bình
- 2 ngày 10 giờ
- Pull request đã merge (30 ngày)
- 5
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.