From 0f94d2697badc6fec502293bb33e43772a7363e9 Mon Sep 17 00:00:00 2001 From: yyyaaaa111 <2393110978@qq.com> Date: Mon, 29 Sep 2025 07:54:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/darshan/3.4.6/install.sh.=20?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E9=93=BE=E6=8E=A5=E5=A4=B1=E6=95=88=EF=BC=8C?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=BA=90=E7=A0=81=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyyaaaa111 <2393110978@qq.com> --- package/darshan/3.4.6/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/darshan/3.4.6/install.sh b/package/darshan/3.4.6/install.sh index 07da2ad..2b6d01e 100644 --- a/package/darshan/3.4.6/install.sh +++ b/package/darshan/3.4.6/install.sh @@ -6,7 +6,7 @@ set -x set -e version='3.4.6' . $CHECK_ROOT && yum install -y texlive* gnuplot perl-Pod-LaTeX perl-HTML-Parser ghostscript -. ${DOWNLOAD_TOOL} -u https://ftp.mcs.anl.gov/pub/darshan/releases/darshan-${version}.tar.gz +. ${DOWNLOAD_TOOL} -u https://web.cels.anl.gov/projects/darshan/releases/darshan-${version}.tar.gz cd ${JARVIS_TMP} tar xvf ${JARVIS_DOWNLOAD}/darshan-${version}.tar.gz cd darshan-${version} -- Gitee