Disable MPI on aarch64
This commit is contained in:
parent
cb253a3d3f
commit
a513817fc5
@ -7,13 +7,13 @@
|
|||||||
%define boost_docdir __tmp_docdir
|
%define boost_docdir __tmp_docdir
|
||||||
%define boost_examplesdir __tmp_examplesdir
|
%define boost_examplesdir __tmp_examplesdir
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm} aarch64
|
||||||
%bcond_with mpich
|
%bcond_with mpich
|
||||||
%else
|
%else
|
||||||
%bcond_without mpich
|
%bcond_without mpich
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x %{arm}
|
%ifarch s390 s390x %{arm} aarch64
|
||||||
# No OpenMPI support on these arches
|
# No OpenMPI support on these arches
|
||||||
%bcond_with openmpi
|
%bcond_with openmpi
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user