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