From 01790ebc2c3152cc2c3df71992a161a8b703fa6f Mon Sep 17 00:00:00 2001 From: liushaofei <370072077@qq.com> Date: Sat, 31 Jul 2021 11:02:03 +0000 Subject: [PATCH 1/2] update hdf5.spec. --- hdf5.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index e2b4a74..cb9e8b2 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -143,7 +143,7 @@ ln -s ../configure . %{configure_opts} \ --enable-cxx sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool -make %{?_smp_mflags} LDFLAGS="%{__global_ldflags} -fPIC -Wl,-z,now -Wl,--as-needed" +make %{?_smp_mflags} LDFLAGS="%{__global_ldflags} -fPIC -Wl,-z,now -Wl,--as-needed" FCFLAGS="$FCFLAGS -fallow-argument-mismatch -fallow-invalid-boz" popd export CC=mpicc @@ -158,7 +158,7 @@ do ln -s ../configure . %configure \ %{configure_opts} \ - FCFLAGS="$FCFLAGS -I$MPI_FORTRAN_MOD_DIR" \ + FCFLAGS="$FCFLAGS -I$MPI_FORTRAN_MOD_DIR -fallow-argument-mismatch -fallow-invalid-boz" \ --enable-parallel \ --exec-prefix=%{_libdir}/$mpi \ --libdir=%{_libdir}/$mpi/lib \ -- Gitee From 0d42b5c4583ba8fa47459632268619d851233073 Mon Sep 17 00:00:00 2001 From: liushaofei <370072077@qq.com> Date: Mon, 2 Aug 2021 07:15:55 +0000 Subject: [PATCH 2/2] update hdf5.spec. --- hdf5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index cb9e8b2..47cd947 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -9,7 +9,7 @@ Name: hdf5 Version: 1.8.20 -Release: 12 +Release: 13 Summary: A data model, library, and file format for storing and managing data License: GPL @@ -349,6 +349,9 @@ make %{?_smp_mflags} -C build check %endif %changelog +* Mon Aug 2 2021 liushaofei - 1.8.20-13 +- fix incorrect arguments format + * Thu Mar 25 2021 maminjie - 1.8.20-12 - Support parallel compilation -- Gitee