Skip to content

Commit 8c5be6e

Browse files
authored
Merge pull request #1191 from bedroge/a64fx_rebuild_python_ctypes_fix
{2023.06}[a64fx] Rebuild Python with `ctypes` fix
2 parents c43a1ea + 9318377 commit 8c5be6e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 2025.09.12
2+
# Python ctypes relies on LD_LIBRARY_PATH and doesn't respect rpath linking. There is a workaround
3+
# for the EasyBuild context in https://github.com/easybuilders/easybuild-easyblocks/pull/3352.
4+
#
5+
# This rebuild ensures this fix is available for all Python versions shipped with EESSI.
6+
#
7+
# See https://gitlab.com/eessi/support/-/issues/77
8+
easyconfigs:
9+
- Python-3.10.8-GCCcore-12.2.0-bare:
10+
options:
11+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
12+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f
13+
- Python-3.11.3-GCCcore-12.3.0:
14+
options:
15+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
16+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f
17+
- Python-3.11.5-GCCcore-13.2.0:
18+
options:
19+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
20+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f

0 commit comments

Comments
 (0)