File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
easystacks/software.eessi.io/2023.06/rebuilds Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments