Skip to content
Merged
Changes from all 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,24 @@
# 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.
easyconfigs:
- Python-3.12.3-GCCcore-13.3.0:
options:
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3860
# and https://github.com/easybuilders/easybuild-easyblocks/pull/3965
include-easyblocks-from-commit: 3fa0df7414d7d8415fe34f7758649f966322472e
# See https://github.com/easybuilders/easybuild-easyconfigs/pull/23499
from-commit: 08aa521b52c9f83d8df345d083e46d6f304d5641
- Python-3.13.1-GCCcore-14.2.0:
options:
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3860
# and https://github.com/easybuilders/easybuild-easyblocks/pull/3965
include-easyblocks-from-commit: 3fa0df7414d7d8415fe34f7758649f966322472e
# See https://github.com/easybuilders/easybuild-easyconfigs/pull/23499
from-commit: 08aa521b52c9f83d8df345d083e46d6f304d5641