[orsa] Update config.guess/sub to fix FTBFS on new arches

Peter Robinson pbrobinson at fedoraproject.org
Wed Jun 25 23:07:37 UTC 2014


commit cb69fca35303d7594d04c282feb729ef94ff9370
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jun 26 00:07:33 2014 +0100

    Update config.guess/sub to fix FTBFS on new arches

 orsa.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/orsa.spec b/orsa.spec
index d6c9a5b..6626ad6 100644
--- a/orsa.spec
+++ b/orsa.spec
@@ -3,7 +3,7 @@
 
 Name:			orsa
 Version:		0.7.0
-Release:		27%{?dist}
+Release:		28%{?dist}
 Summary:		Orbit Reconstruction, Simulation and Analysis
 
 Group:			Amusements/Graphics
@@ -128,6 +128,9 @@ This package contains files shared across the MPI/non-MPI builds of %{name}.
 # Install user hints for MPI support
 install -p -m644 %{SOURCE1} .
 
+# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le)
+cp /usr/lib/rpm/config.* .
+
 %build
 # honor $RPM_OPT_FLAGS
 sed -i 's|-g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse|$CXXFLAGS|' configure
@@ -239,6 +242,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING DEVELOPERS ORSA_MPI
 
 %changelog
+* Wed Jun 25 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.7.0-28
+- Update config.guess/sub to fix FTBFS on new arches
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-27
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list