Skip to content

Commit

Permalink
let ReFrame install PyYAML 6.0.1 instead of 6.0 to fix Cython issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 21, 2024
1 parent cce1c8f commit 3d5643f
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': "export PATH=%(installdir)s/bin:$PATH && "
'preinstallopts': "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 ",
'source_tmpl': 'v%(version)s.tar.gz',
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': "export PATH=%(installdir)s/bin:$PATH && "
'preinstallopts': "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 ",
'source_tmpl': 'v%(version)s.tar.gz',
Expand Down

0 comments on commit 3d5643f

Please sign in to comment.