Set the aarch64 compiler options
This commit is contained in:
parent
b2cfaeae4d
commit
218b57138c
@ -3,7 +3,7 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.mpich.org/
|
URL: http://www.mpich.org/
|
||||||
@ -95,7 +95,7 @@ Contains documentations, examples and man-pages for mpich
|
|||||||
%global m_option -m%{__isa_bits}
|
%global m_option -m%{__isa_bits}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm} aarch64
|
||||||
%global m_option ""
|
%global m_option ""
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ Contains documentations, examples and man-pages for mpich
|
|||||||
%global selected_channels ch3:sock
|
%global selected_channels ch3:sock
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64 s390 %{arm}
|
%ifarch %{ix86} x86_64 s390 %{arm} aarch64
|
||||||
%global XFLAGS -fPIC
|
%global XFLAGS -fPIC
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -227,6 +227,9 @@ make check
|
|||||||
%{_mandir}/%{name}/man3/
|
%{_mandir}/%{name}/man3/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-7
|
||||||
|
- Set the aarch64 compiler options
|
||||||
|
|
||||||
* Fri Dec 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-6
|
* Fri Dec 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-6
|
||||||
- Now have valgrind on ARMv7
|
- Now have valgrind on ARMv7
|
||||||
- No valgrind on aarch64
|
- No valgrind on aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user