diff --git a/SPECS/mpitests.spec b/SPECS/mpitests.spec index ce6e016..5623341 100644 --- a/SPECS/mpitests.spec +++ b/SPECS/mpitests.spec @@ -1,7 +1,7 @@ Summary: MPI Benchmarks and tests Name: mpitests Version: 3.2 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD Group: Applications/Engineering # We get the mpitests.tar.gz file from an OFED release. @@ -64,7 +64,7 @@ MPI test suite compiled against the mvapich2 package using InfiniPath %patch1 -p1 -b .win_free %build -RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=.//' | sed -e 's/-fstack-protector//'` +RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=.//' -e 's/-fstack-protector-strong//' -e 's/-fstack-protector//'` # We don't do a non-mpi version of this package, just straight to the mpi builds export CC=mpicc export CXX=mpicxx @@ -142,6 +142,13 @@ rm -rf %{buildroot} %{_libdir}/mvapich2-psm/bin/* %endif %changelog +* Mon Jan 6 2014 Jay Fenlason +- Mass rebuild 2013-12-27 + * Wed Oct 9 2013 Jay Fenlason 3.2-10 - Add BuildRequires for libibmad-devel - Build against mpich, now that we have a mpi-3 version of it.