Skip to content

Commit

Permalink
Put additional comments for future clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl committed Aug 28, 2024
1 parent 434ae24 commit 7af33b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ builddependencies = [
# the system also needs to provide (new enough versions of) these dependencies
dependencies = [
('Python', '3.11.3'),
('libxslt', '1.1.38'),
('libxml2', '2.11.4'),
('libxslt', '1.1.38'), # Required by lxml, which is installed by ReFrame's bootstrap installer
('libxml2', '2.11.4'), # Required by lxml, which is installed by ReFrame's bootstrap installer
]

use_pip = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ builddependencies = [
# the system also needs to provide (new enough versions of) these dependencies
dependencies = [
('Python', '3.11.5'),
('libxslt', '1.1.38'),
('libxml2', '2.11.5'),
('libxslt', '1.1.38'), # Required by lxml, which is installed by ReFrame's bootstrap installer
('libxml2', '2.11.4'), # Required by lxml, which is installed by ReFrame's bootstrap installer
]

use_pip = True
Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ toolchain = SYSTEM

allow_system_deps = [('Python', SYS_PYTHON_VERSION)]

# Required by lxml, which is installed by ReFrame's bootstrap installer
osdependencies = [
('libxml2'),
('libxslt'),
Expand Down

0 comments on commit 7af33b2

Please sign in to comment.