Skip to content

Coolprop#49

Merged
FeodorFitsner merged 2 commits into
python3.12from
coolprop
May 26, 2026
Merged

Coolprop#49
FeodorFitsner merged 2 commits into
python3.12from
coolprop

Conversation

@FeodorFitsner
Copy link
Copy Markdown

No description provided.

CMake-based recipes link against libpython by absolute path. Combined
with libpython lacking a DT_SONAME, that absolute build-host path ends
up recorded verbatim in the extension's DT_NEEDED list and won't
resolve at load time on the target device. Shift each NEEDED d_val
past the last '/' to point at the basename within the same string —
no string rewriting required. Handles both ELF32 and ELF64.
@FeodorFitsner FeodorFitsner merged commit 826fb19 into python3.12 May 26, 2026
2 of 4 checks passed
@FeodorFitsner FeodorFitsner deleted the coolprop branch May 26, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant