Skip to content

Commit

Permalink
Merge pull request #20879 from bedroge/fix_reframe433_dep_pyyaml
Browse files Browse the repository at this point in the history
use PyYAML 6.0.1 instead of 6.0 for recent ReFrame versions
  • Loading branch information
boegel committed Jul 3, 2024
2 parents 8445f9d + 859aac5 commit 83a74ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ exts_list = [
}),
('reframe', version, {
'preinstallopts': "export PATH=%(installdir)s/bin:$PATH && "
# use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
"sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
"./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
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.3.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ exts_list = [
}),
('reframe', version, {
'preinstallopts': "export PATH=%(installdir)s/bin:$PATH && "
# use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
"sed -i 's@PyYAML==6.0@PyYAML==6.0.1@' requirements.txt && "
"./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 83a74ba

Please sign in to comment.