From c77e0cda57e8e8d87a3909f29bc39270bc518310 Mon Sep 17 00:00:00 2001 From: dingronghua <2162443403@qq.com> Date: Mon, 1 Sep 2025 06:29:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/hdf4/4.2.15/install.sh.=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=87=E5=AE=9A=E4=BD=BF=E7=94=A8=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Fjpeg=EF=BC=8C=E6=9C=AA=E6=8C=87=E5=AE=9A=E5=AE=B9?= =?UTF-8?q?=E6=98=93=E6=89=BE=E4=B8=8D=E5=88=B0jpeg=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dingronghua <2162443403@qq.com> --- package/hdf4/4.2.15/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hdf4/4.2.15/install.sh b/package/hdf4/4.2.15/install.sh index c9ef2943..983b450a 100755 --- a/package/hdf4/4.2.15/install.sh +++ b/package/hdf4/4.2.15/install.sh @@ -10,6 +10,6 @@ sed -i '974c #if defined(__linux__) && defined __x86_64__ && !( defined SUN) || sed -i '23660a LIBS="$LIBS -ltirpc"' configure sed -i '23662c CPPFLAGS="$SYSCPPFLAGS -I/usr/include/tirpc"' configure export CC=mpicc CXX=mpicxx FC=mpifort -./configure --prefix=$1 --enable-production --with-zlib=/usr/lib64 --enable-fortran --enable-hdf4-xdr --disable-shared --build=arm-linux --with-jpeg=${LIBJPEG_PATH} --disable-netcdf CFLAGS="-fPIC -Wno-error=int-conversion" CXXFLAGS="-fPIC -Wno-error=int-conversion" FFLAGS="-fPIC -fallow-argument-mismatch -Wno-error=int-conversion" LDFLAGS="-L/usr/lib64 -ltirpc" CPPFLAGS="-I/usr/include/tirpc" --build=aarch64-unknown-linux-gnu +./configure --prefix=$1 --enable-production --with-zlib=/usr/lib64 --with-jpeg=/usr/lib64 --enable-fortran --enable-hdf4-xdr --disable-shared --build=arm-linux --with-jpeg=${LIBJPEG_PATH} --disable-netcdf CFLAGS="-fPIC -Wno-error=int-conversion" CXXFLAGS="-fPIC -Wno-error=int-conversion" FFLAGS="-fPIC -fallow-argument-mismatch -Wno-error=int-conversion" LDFLAGS="-L/usr/lib64 -ltirpc" CPPFLAGS="-I/usr/include/tirpc" --build=aarch64-unknown-linux-gnu make -j make install -- Gitee