Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build shared libpython.so #1570

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 2, 2024

  1. Build shared libpython.so

    Our project (http://git.ligo.org/lscsoft/lalsuite,
    https://pypi.org/project/lalsuite/) distributes several C command
    line programs that embed Python interpreters by linking against
    libpython, plus some Python C extensions modules (which of course
    do not link against libpython).
    
    For those rare cases like ours where Python embedding is required,
    using a shared library libpython permits auditwheel to deduplicate
    libpython and store only one copy in the wheel.
    lpsinger committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5d8c92e View commit details
    Browse the repository at this point in the history