From 2a56db859d199fd6c677b1d451324248f52d0717 Mon Sep 17 00:00:00 2001 From: Steven Vandenbrande Date: Fri, 5 Apr 2024 12:21:46 +0200 Subject: [PATCH] Fix style issues --- .../d/darshan-util/darshan-util-3.4.4-GCC-12.3.0.eb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/easybuild/easyconfigs/d/darshan-util/darshan-util-3.4.4-GCC-12.3.0.eb b/easybuild/easyconfigs/d/darshan-util/darshan-util-3.4.4-GCC-12.3.0.eb index 876cd5912ce..9b7e01fe04a 100644 --- a/easybuild/easyconfigs/d/darshan-util/darshan-util-3.4.4-GCC-12.3.0.eb +++ b/easybuild/easyconfigs/d/darshan-util/darshan-util-3.4.4-GCC-12.3.0.eb @@ -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'), ]