automatic version update by autodist [release 1.65.1-1mamba;Thu Sep 21 2017]
This commit is contained in:
parent
1718145ac6
commit
aea288934d
@ -1,8 +1,8 @@
|
||||
%define pckver %(echo %version | tr . _)
|
||||
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
|
||||
Name: libboost
|
||||
Version: 1.59.0
|
||||
Release: 3mamba
|
||||
Version: 1.65.1
|
||||
Release: 1mamba
|
||||
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 >= 57
|
||||
BuildRequires: libicu-devel >= 54
|
||||
BuildRequires: python-devel >= 2.3.3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: boost-jam
|
||||
@ -89,13 +89,10 @@ This package contains then Boost.python3 library
|
||||
|
||||
%prep
|
||||
%setup -q -n boost_%{pckver}
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
# Build boost with python3
|
||||
./bootstrap.sh \
|
||||
--with-icu \
|
||||
@ -104,7 +101,6 @@ 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} \
|
||||
@ -237,8 +233,20 @@ 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 Sep 21 2017 Automatic Build System <autodist@mambasoft.it> 1.65.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.63.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 30 2016 Automatic Build System <autodist@mambasoft.it> 1.62.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 10 2016 Automatic Build System <autodist@mambasoft.it> 1.61.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 16 2016 Automatic Build System <autodist@mambasoft.it> 1.60.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.59.0-2mamba
|
||||
- rebuilt with gcc 5.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user