From be0260670ba51b0c8ded02e57265745a29f3e8c2 Mon Sep 17 00:00:00 2001 From: chenshaoheng Date: Wed, 6 Sep 2023 07:30:25 +0000 Subject: [PATCH] update package/hdf-eos5/1.16/install.sh. Signed-off-by: chenshaoheng --- package/hdf-eos5/1.16/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hdf-eos5/1.16/install.sh b/package/hdf-eos5/1.16/install.sh index b627928..97cc249 100755 --- a/package/hdf-eos5/1.16/install.sh +++ b/package/hdf-eos5/1.16/install.sh @@ -8,7 +8,7 @@ cd ${JARVIS_TMP} tar -xvf ${JARVIS_DOWNLOAD}/HDF-EOS5.1.16.tar cd hdfeos5 -./configure CC=${HDF5_PATH}/bin/h5pcc --with-hdf4=${HDF5_PATH} --with-zlib=/usr/local --prefix=$1 +./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 -- Gitee