Skip to content

Commit

Permalink
switch order of lines to make CI happy about comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 21, 2024
1 parent 830385d commit 859aac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ exts_list = [
'checksums': ['4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a'],
}),
('reframe', version, {
'preinstallopts': # use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
'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 && "
"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
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/ReFrame/ReFrame-4.3.3.eb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ exts_list = [
'checksums': ['4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a'],
}),
('reframe', version, {
'preinstallopts': # use PyYAML 6.0.1 to solve Cython 3 incompatibility issues
'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 && "
"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 859aac5

Please sign in to comment.