Browse Source

boost169 update for libicu.61

Signed-off-by: basebuilder_pel7ppc64lebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64lebuilder0 3 years ago
parent
commit
ca399e2fca
  1. 24
      SPECS/boost169.spec

24
SPECS/boost169.spec

@ -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}

Loading…
Cancel
Save