rebuilt with libicu 57.1 [release 1.59.0-3mamba;Sat Jun 25 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 03:52:22 +01:00
parent 1a9293d2a6
commit 1718145ac6

View File

@ -2,7 +2,7 @@
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
Name: libboost
Version: 1.59.0
Release: 2mamba
Release: 3mamba
Summary: Free peer-reviewed portable C++ source libraries
Group: System/Libraries
Vendor: openmamba
@ -22,7 +22,7 @@ BuildRequires: libmpi-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libicu-devel >= 54
BuildRequires: libicu-devel >= 57
BuildRequires: python-devel >= 2.3.3
BuildRequires: python3-devel
BuildRequires: boost-jam
@ -89,10 +89,13 @@ This package contains then Boost.python3 library
%prep
%setup -q -n boost_%{pckver}
#-D -T
#:<< _EOF
%patch0 -p1
#%patch1 -p1
%build
#:<< _EOF
# Build boost with python3
./bootstrap.sh \
--with-icu \
@ -101,6 +104,7 @@ This package contains then Boost.python3 library
sed -i "s|using python.*|using python : %{python3_version} : %{_prefix} : %{python3_inc} ;|" project-config.jam
echo "using mpi ;" >> project-config.jam
#_EOF
EXPAT_INCLUDE=%{_includedir} \
EXPAT_LIBPATH=%{_libdir} \
@ -233,6 +237,9 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
%{_libdir}/libboost_python3-mt.so.*
%changelog
* Sat Jun 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.59.0-3mamba
- rebuilt with libicu 57.1
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.59.0-2mamba
- rebuilt with gcc 5.3.0