Draft: Compile liblalsimulation against libpython3.X.a for manylinux wheels
- Jan 31, 2024
-
-
Duncan Macleod authored
when building manylinux wheels on Linux
-
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This MR closes lalsuite-manylinux#3 (closed) by unpacking the compressed libpython3.X.a
static libraries before compiling lalsuite for the wheels. This enables the liblalsimulation.so
build to link against libpython3
(statically) to support the embedded Python waveform generator.
This properly fixes #722.
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Please provide details on any reviews related to this change and and the associated reviewers.
when building manylinux wheels on Linux