From 7fcf089c6de54ae03ee50510e214d3577b484841 Mon Sep 17 00:00:00 2001 From: maminjie Date: Fri, 26 Mar 2021 10:12:30 +0800 Subject: [PATCH] Support parallel compilation --- hdf5.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index f68f258..5860903 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,6 +1,6 @@ Name: hdf5 Version: 1.8.20 -Release: 10 +Release: 11 Summary: A data model, library, and file format for storing and managing data License: BSD @@ -71,7 +71,7 @@ ln -s ../configure . %{configure_opts} \ --enable-cxx sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool -make LDFLAGS="%{__global_ldflags} -fPIC -Wl,-z,now -Wl,--as-needed" +make %{?_smp_mflags} LDFLAGS="%{__global_ldflags} -fPIC -Wl,-z,now -Wl,--as-needed" popd %install @@ -122,7 +122,7 @@ cat > ${RPM_BUILD_ROOT}/%{_rpmmacrodir}/macros.hdf5 < - 1.8.20-11 +- Support parallel compilation + * Mon Dec 14 2020 openEuler Buildteam - 1.8.20-10 - fix CVE-2017-17506 CVE-2018-17432 CVE-2018-17435 CVE-2018-13869 CVE-2018-13870 CVE-2018-13873 * Mon Nov 9 2020 wangxiao - 1.8.20-9 - fix CVE-2018-17233 CVE-2018-17234 CVE-2018-17237 CVE-2018-17434 CVE-2018-17437 CVE-2018-17438 -* Thu Sep 17 2020 shaoqiang kang - 1.8.20-8 -- Modify source0 +* Wed Sep 16 2020 shaoqiang kang - 1.8.20-8 +- Modify source * Tue Oct 22 2019 openEuler Buildteam - 1.8.20-7 - Package init -- Gitee