Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
boegel marked this conversation as resolved.