From 66ee6cde40a98693004096f1f69f78f15ab605a6 Mon Sep 17 00:00:00 2001 From: yuanchunlin Date: Mon, 24 Oct 2022 08:36:54 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/hdf5/1.12.0/install.sh.=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BC=95=E5=8F=B7=EF=BC=8C=E6=9C=89=E5=BC=95?= =?UTF-8?q?=E5=8F=B7=E6=97=A0=E6=B3=95=E9=A5=AE=E7=94=A8hdf5=5Fbig=5Fversi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuanchunlin --- package/hdf5/1.12.0/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hdf5/1.12.0/install.sh b/package/hdf5/1.12.0/install.sh index 7c89972..a9737af 100644 --- a/package/hdf5/1.12.0/install.sh +++ b/package/hdf5/1.12.0/install.sh @@ -2,7 +2,7 @@ set -x set -e hdf5_big_version='1.12' -hdf5_version='${hdf5_big_version}.0' +hdf5_version=${hdf5_big_version}.0 . ${DOWNLOAD_TOOL} -u https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${hdf5_big_version}/hdf5-${hdf5_version}/src/hdf5-${hdf5_version}.tar.gz cd ${JARVIS_TMP} rm -rf hdf5-${hdf5_version} -- Gitee