[mpich] Set the aarch64 compiler options

Peter Robinson pbrobinson at fedoraproject.org
Tue Jan 7 00:00:51 UTC 2014


commit 218b57138c85d9e9112f10d3009b8e47b5a2bb0b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jan 7 00:00:44 2014 +0000

    Set the aarch64 compiler options

 mpich.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpich.spec b/mpich.spec
index d8ba56b..cb18bab 100644
--- a/mpich.spec
+++ b/mpich.spec
@@ -3,7 +3,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich
 Version:	3.0.4
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mpich.org/
@@ -95,7 +95,7 @@ Contains documentations, examples and man-pages for mpich
 %global m_option -m%{__isa_bits}
 %endif
 
-%ifarch %{arm}
+%ifarch %{arm} aarch64
 %global m_option ""
 %endif
 
@@ -105,7 +105,7 @@ Contains documentations, examples and man-pages for mpich
 %global selected_channels ch3:sock
 %endif
 
-%ifarch %{ix86} x86_64 s390 %{arm}
+%ifarch %{ix86} x86_64 s390 %{arm} aarch64
 %global XFLAGS -fPIC
 %endif
 
@@ -227,6 +227,9 @@ make check
 %{_mandir}/%{name}/man3/
 
 %changelog
+* Mon Jan  6 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.0.4-7
+- Set the aarch64 compiler options
+
 * Fri Dec 13 2013 Peter Robinson <pbrobinson at fedoraproject.org> 3.0.4-6
 - Now have valgrind on ARMv7
 - No valgrind on aarch64


More information about the scm-commits mailing list