From e6e4399923385076352ec5b2a988dc68f04ed444 Mon Sep 17 00:00:00 2001 From: jsfhd <2162443403@qq.com> Date: Mon, 1 Sep 2025 14:49:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20hdf-eos2=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=8C=85=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/hdf-eos2/2.20/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/hdf-eos2/2.20/install.sh b/package/hdf-eos2/2.20/install.sh index 25475bf..579cd16 100755 --- a/package/hdf-eos2/2.20/install.sh +++ b/package/hdf-eos2/2.20/install.sh @@ -1,9 +1,7 @@ #!/bin/bash set -x set -e -. ${DOWNLOAD_TOOL} -u https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos/cb0f900d2732ab01e51284d6c9e90d0e852d61bba9bce3b43af0430ab5414903?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS2.20v1.00.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS2.20v1.00.tar.Z -cd ${JARVIS_DOWNLOAD} -cp -f cb0f900d2732ab01e51284d6c9e90d0e852d61bba9bce3b43af0430ab5414903* HDF-EOS2.20v1.00.tar +. ${DOWNLOAD_TOOL} -u https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos/cb0f900d2732ab01e51284d6c9e90d0e852d61bba9bce3b43af0430ab5414903?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS2.20v1.00.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS2.20v1.00.tar.Z -f HDF-EOS2.20v1.00.tar cd ${JARVIS_TMP} # gzip -d ${JARVIS_DOWNLOAD}/HDF-EOS2.20v1.00.tar tar -xvf ${JARVIS_DOWNLOAD}/HDF-EOS2.20v1.00.tar @@ -12,4 +10,4 @@ cd hdfeos ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure --with-hdf4=${HDF4_PATH} --with-jpeg=${LIBJPEG_PATH} --with-zlib=/usr/local --prefix=$1 --build=aarch64-unknown-linux-gnu make -j make install -cp -r include $1/ \ No newline at end of file +cp -r include $1/ -- Gitee From f42d0413691007bf1180249e2531d33e44fd24b6 Mon Sep 17 00:00:00 2001 From: jsfhd <2162443403@qq.com> Date: Mon, 1 Sep 2025 14:50:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20hdf-eos5=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=8C=85=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/hdf-eos5/1.16/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/hdf-eos5/1.16/install.sh b/package/hdf-eos5/1.16/install.sh index 97cc249..f7b40ff 100755 --- a/package/hdf-eos5/1.16/install.sh +++ b/package/hdf-eos5/1.16/install.sh @@ -1,9 +1,7 @@ #!/bin/bash set -x set -e -. ${DOWNLOAD_TOOL} -u https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos5/7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS5.1.16.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS5.1.16.tar.Z -cd ${JARVIS_DOWNLOAD} -cp -f 7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452* HDF-EOS5.1.16.tar +. ${DOWNLOAD_TOOL} -u https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos5/7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS5.1.16.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS5.1.16.tar.Z -f HDF-EOS5.1.16.tar cd ${JARVIS_TMP} tar -xvf ${JARVIS_DOWNLOAD}/HDF-EOS5.1.16.tar cd hdfeos5 @@ -11,4 +9,4 @@ cd hdfeos5 ./configure CC=${HDF5_PATH}/bin/h5pcc --with-hdf4=${HDF5_PATH} --with-zlib=/usr/local --prefix=$1 --build=aarch64-unknown-linux-gnu make -j make install -cp -r include $1/ \ No newline at end of file +cp -r include $1/ -- Gitee