Fix compile on ARM platforms
This commit is contained in:
parent
51023f006e
commit
8de4e80625
@ -11,7 +11,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Configuration of MPI backends
|
# Configuration of MPI backends
|
||||||
|
%ifarch %{arm}
|
||||||
|
%bcond_with mpich2
|
||||||
|
%else
|
||||||
%bcond_without mpich2
|
%bcond_without mpich2
|
||||||
|
%endif
|
||||||
%ifarch s390 s390x %{arm}
|
%ifarch s390 s390x %{arm}
|
||||||
# No OpenMPI support on these arches
|
# No OpenMPI support on these arches
|
||||||
%bcond_with openmpi
|
%bcond_with openmpi
|
||||||
@ -23,7 +27,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.46.1
|
Version: 1.46.1
|
||||||
%define version_enc 1_46_1
|
%define version_enc 1_46_1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: Boost
|
License: Boost
|
||||||
|
|
||||||
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
||||||
@ -839,6 +843,9 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
|
|||||||
%{_bindir}/bjam
|
%{_bindir}/bjam
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> - 1.46.1-4
|
||||||
|
- Fix compile on ARM platforms
|
||||||
|
|
||||||
* Mon Apr 4 2011 Petr Machata <pmachata@redhat.com> - 1.46.1-3
|
* Mon Apr 4 2011 Petr Machata <pmachata@redhat.com> - 1.46.1-3
|
||||||
- Yet another way to pass -DBOOST_LIB_INSTALL_DIR to cmake. Passing
|
- Yet another way to pass -DBOOST_LIB_INSTALL_DIR to cmake. Passing
|
||||||
via CMAKE_CXX_FLAGS for some reason breaks when rpm re-quotes the
|
via CMAKE_CXX_FLAGS for some reason breaks when rpm re-quotes the
|
||||||
|
Loading…
Reference in New Issue
Block a user