-
Notifications
You must be signed in to change notification settings - Fork 82
{2023.06} Rebuild Python 3.11.3 + 3.11.5 for ctypes fix #1238
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
23d4747
Rebuild Python for ctypes fix
e3b92d8
Actually do rebuild from the correct PR...
1faedab
Fix filename so that eb version can be extracted correctly
490d4b4
Rebuild only for non-GCCcore-12.2.0, so that it also works on zen4
244ecb4
Update to from-commit for easyblock
e52a1f8
Update to use --from-commit
a06bc35
Update easystacks/software.eessi.io/2023.06/rebuilds/20251016-eb-5.1.…
casparvl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...cks/software.eessi.io/2023.06/rebuilds/20251016-eb-5.1.2-Python-ctypes-improved-patch.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # 2025.10.16 | ||
| # Python ctypes relies on LD_LIBRARY_PATH and doesn't respect rpath linking. A prior workaround | ||
| # was implemented in EasyBuild in https://github.com/easybuilders/easybuild-easyblocks/pull/3352. | ||
| # However, while this fixed ctypes.util.find_library(), a similar issue popped up in ctypes.CLL | ||
| # and ctypes.cdll.LoadLibrary https://gitlab.com/eessi/support/-/issues/154 | ||
| # An easyblock change and patch were implemented for Python. | ||
| # | ||
| # This rebuild ensures this fix is available for all Python versions shipped with EESSI that are supported on | ||
| # all architectures, including zen4. | ||
| easyconfigs: | ||
| - Python-3.11.3-GCCcore-12.3.0: | ||
| options: | ||
| # See https://github.com/easybuilders/easybuild-easyblocks/pull/3860 | ||
| include-easyblocks-from-commit: 3fa0df7414d7d8415fe34f7758649f966322472e | ||
| from-commit: 08aa521b52c9f83d8df345d083e46d6f304d5641 | ||
| - Python-3.11.5-GCCcore-13.2.0: | ||
| options: | ||
| # See https://github.com/easybuilders/easybuild-easyblocks/pull/3860 | ||
| include-easyblocks-from-commit: 3fa0df7414d7d8415fe34f7758649f966322472e | ||
| from-commit: 08aa521b52c9f83d8df345d083e46d6f304d5641 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.