下载地址:https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/src/hdf5-1.12.1.tar.gz
cd /path/to/hdf5/src tar -xvf hdf5-1.12.1.tar.gz cd hdf5-1.12.1
./configure --prefix=/path/to/hdf5 --build=aarch64-linux --enable-parallel --enable-shared --enable-fortran
make -j make install