Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benczaja committed Jan 21, 2025
1 parent 92ac702 commit af1d9f9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ exts_list = [
('reframe', version, {
'download_dep_fail': False,
'modulename': False,
'preinstallopts': "export PATH=%(installdir)s/bin:$PATH && ./bootstrap.sh +docs +pygelf && cp -r external %(installdir)s && ",
'preinstallopts': "export PATH=%(installdir)s/bin:$PATH "
"&& ./bootstrap.sh +docs +pygelf "
"&& cp -r external %(installdir)s && ",
'source_tmpl': 'v%(version)s.tar.gz',
'source_urls': ['https://github.com/reframe-hpc/reframe/archive/'],
'checksums': ['90e04eaaa21afd5c29a9c6218204c3df4503f624f21f2fe773f90e148d30c152'],
Expand Down

0 comments on commit af1d9f9

Please sign in to comment.