Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvdb committed Apr 5, 2024
1 parent 820a1a8 commit 2a56db8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ builddependencies = [

dependencies = [
('Perl-bundle-CPAN', '5.36.1'),
# Some scripts such as darshan-job-summary.pl require pdflatex, but since the
# texlive dependency is not trivial it is commented out. In order to use
# those scripts, you need to provide pdflatex at runtime. Alternatively, you
# can consider using the more modern PyDarshan tool instead of darshan-util
# https://www.mcs.anl.gov/research/projects/darshan/docs/pydarshan/index.html
# ('texlive', '20230313'),
# Some scripts such as darshan-job-summary.pl require pdflatex, but since the
# texlive dependency is not trivial it is commented out. In order to use
# those scripts, you need to provide pdflatex at runtime. Alternatively, you
# can consider using the more modern PyDarshan tool instead of darshan-util
# https://www.mcs.anl.gov/research/projects/darshan/docs/pydarshan/index.html
# ('texlive', '20230313'),
('gnuplot', '5.4.8'),
]

Expand Down

0 comments on commit 2a56db8

Please sign in to comment.