Skip to content

Commit

Permalink
add comment about sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 21, 2024
1 parent 3d5643f commit 830385d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ exts_list = [
'checksums': ['4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a'],
}),
('reframe', version, {
'preinstallopts': "sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
'preinstallopts': # use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
"sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
"export PATH=%(installdir)s/bin:$PATH && "
"./bootstrap.sh +docs +pygelf && cp -r external %(installdir)s && "
"PYTHONPATH=%(builddir)s/reframe/reframe-%(version)s/external:$PYTHONPATH ",
Expand Down
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.3.eb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ exts_list = [
'checksums': ['4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a'],
}),
('reframe', version, {
'preinstallopts': "sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
'preinstallopts': # use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
"sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
"export PATH=%(installdir)s/bin:$PATH && "
"./bootstrap.sh +docs +pygelf && cp -r external %(installdir)s && "
"PYTHONPATH=%(builddir)s/reframe/reframe-%(version)s/external:$PYTHONPATH ",
Expand Down

0 comments on commit 830385d

Please sign in to comment.