|
|
|
@ -15,15 +15,15 @@
@@ -15,15 +15,15 @@
|
|
|
|
|
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
#%if 0%{?rhel} >= 7 |
|
|
|
|
#%ifarch ppc64le |
|
|
|
|
# %bcond_with mpich |
|
|
|
|
#%else |
|
|
|
|
%if 0%{?rhel} >= 7 |
|
|
|
|
%ifarch ppc64le |
|
|
|
|
%bcond_with mpich |
|
|
|
|
%else |
|
|
|
|
%bcond_without mpich |
|
|
|
|
#%endif |
|
|
|
|
#%endif |
|
|
|
|
%endif |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?rhel} == 6 |
|
|
|
|
%ifarch %{arm} ppc64 |
|
|
|
|
%ifarch %{arm} ppc64 ppc64le |
|
|
|
|
%bcond_with mpich |
|
|
|
|
%else |
|
|
|
|
%bcond_without mpich |
|
|
|
@ -34,7 +34,7 @@
@@ -34,7 +34,7 @@
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 7 |
|
|
|
|
%ifarch s390 s390x |
|
|
|
|
%ifarch s390 s390x ppc64le |
|
|
|
|
# No OpenMPI support on these arches |
|
|
|
|
%bcond_with openmpi |
|
|
|
|
%else |
|
|
|
@ -48,10 +48,10 @@
@@ -48,10 +48,10 @@
|
|
|
|
|
%bcond_without context |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%bcond_without python2 |
|
|
|
|
%bcond_without python3 |
|
|
|
|
%bcond_with python2 |
|
|
|
|
%bcond_with python3 |
|
|
|
|
|
|
|
|
|
%ifnarch %{ix86} x86_64 ppc64le ppc64 |
|
|
|
|
%ifnarch %{ix86} x86_64 ppc64 |
|
|
|
|
%bcond_with quadmath |
|
|
|
|
%else |
|
|
|
|
%bcond_without quadmath |
|
|
|
@ -63,7 +63,7 @@ Name: boost%{version_suffix}
@@ -63,7 +63,7 @@ Name: boost%{version_suffix}
|
|
|
|
|
%global real_name boost |
|
|
|
|
Summary: The free peer-reviewed portable C++ source libraries |
|
|
|
|
Version: 1.69.0 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Release: 2%{?dist} |
|
|
|
|
License: Boost and MIT and Python |
|
|
|
|
|
|
|
|
|
%global toplev_dirname %{real_name}_%{version_enc} |
|
|
|
|