Skip to content

Commit b84cd7b

Browse files
authored
Merge pull request #655 from ocaisa/ctypes
Rebuild Python with `ctypes` fix + add librosa 0.10.1
2 parents 7dbb8df + a2041a0 commit b84cd7b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.2-2023a.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ easyconfigs:
2727
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20951
2828
from-commit: a92667fe32396bbd4106243658625f7ff2adcd68
2929
- amdahl-0.3.1-gompi-2023a.eb
30+
- librosa-0.10.1-foss-2023a.eb
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 2024.07.29
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.10.8-GCCcore-12.2.0:
14+
options:
15+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
16+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f
17+
- Python-3.11.3-GCCcore-12.3.0:
18+
options:
19+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
20+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f
21+
- Python-3.11.5-GCCcore-13.2.0:
22+
options:
23+
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
24+
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f

0 commit comments

Comments
 (0)