Skip to content

Commit

Permalink
Update easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2.eb
Browse files Browse the repository at this point in the history
Fix `libxslt` not found even if it is installed under the name `libsxlt1.1`  on Ubuntu 24.04

Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
  • Loading branch information
casparvl and bedroge authored Sep 3, 2024
1 parent cc8bc38 commit 93531de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allow_system_deps = [('Python', SYS_PYTHON_VERSION)]
# Required by lxml, which is installed by ReFrame's bootstrap installer
osdependencies = [
('libxml2'),
('libxslt'),
('libxslt', 'libxslt1.1'),
]

# Listed as python_requires in https://github.com/reframe-hpc/reframe/blob/v4.6.2/setup.cfg
Expand Down

0 comments on commit 93531de

Please sign in to comment.