rebuilt with --threading=multi and --layout=system [release 1.69.0-2mamba;Mon Feb 11 2019]
This commit is contained in:
parent
7a8ab606bb
commit
10eedbd78c
@ -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.69.0
|
Version: 1.69.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -107,12 +107,12 @@ EXPAT_INCLUDE=%{_includedir} \
|
|||||||
EXPAT_LIBPATH=%{_libdir} \
|
EXPAT_LIBPATH=%{_libdir} \
|
||||||
./bjam \
|
./bjam \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--layout=tagged -d2 \
|
--layout=system -d2 \
|
||||||
runtime-link=shared \
|
runtime-link=shared \
|
||||||
link=shared,static \
|
link=shared,static \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
variant=release \
|
variant=release \
|
||||||
threading=single,multi \
|
threading=multi \
|
||||||
debug-symbols=on \
|
debug-symbols=on \
|
||||||
stage \
|
stage \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
@ -134,12 +134,12 @@ EXPAT_LIBPATH=%{_libdir} \
|
|||||||
./bjam \
|
./bjam \
|
||||||
-a \
|
-a \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--layout=tagged -d2 \
|
--layout=system -d2 \
|
||||||
runtime-link=shared \
|
runtime-link=shared \
|
||||||
link=shared,static \
|
link=shared,static \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
variant=release \
|
variant=release \
|
||||||
threading=single,multi \
|
threading=multi \
|
||||||
debug-symbols=on \
|
debug-symbols=on \
|
||||||
stage \
|
stage \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
@ -156,12 +156,12 @@ EXPAT_LIBPATH=%{_libdir} \
|
|||||||
--libdir=%{buildroot}%{_libdir} \
|
--libdir=%{buildroot}%{_libdir} \
|
||||||
--execprefix=%{buildroot}%{_libexecdir} \
|
--execprefix=%{buildroot}%{_libexecdir} \
|
||||||
--includedir=%{buildroot}%{_includedir} \
|
--includedir=%{buildroot}%{_includedir} \
|
||||||
--layout=tagged -d2 \
|
--layout=system -d2 \
|
||||||
runtime-link=shared \
|
runtime-link=shared \
|
||||||
link=shared,static \
|
link=shared,static \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
variant=release \
|
variant=release \
|
||||||
threading=single,multi \
|
threading=multi \
|
||||||
debug-symbols=on \
|
debug-symbols=on \
|
||||||
install
|
install
|
||||||
|
|
||||||
@ -173,12 +173,12 @@ EXPAT_LIBPATH=%{_libdir} \
|
|||||||
--libdir=%{buildroot}%{_libdir} \
|
--libdir=%{buildroot}%{_libdir} \
|
||||||
--execprefix=%{buildroot}%{_libexecdir} \
|
--execprefix=%{buildroot}%{_libexecdir} \
|
||||||
--includedir=%{buildroot}%{_includedir} \
|
--includedir=%{buildroot}%{_includedir} \
|
||||||
--layout=tagged -d2 \
|
--layout=system -d2 \
|
||||||
runtime-link=shared \
|
runtime-link=shared \
|
||||||
link=shared,static \
|
link=shared,static \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
variant=release \
|
variant=release \
|
||||||
threading=single,multi \
|
threading=multi \
|
||||||
debug-symbols=on \
|
debug-symbols=on \
|
||||||
install
|
install
|
||||||
|
|
||||||
@ -224,6 +224,9 @@ EXPAT_LIBPATH=%{_libdir} \
|
|||||||
%{_libdir}/libboost_python36*.so.*
|
%{_libdir}/libboost_python36*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.69.0-2mamba
|
||||||
|
- rebuilt with --threading=multi and --layout=system
|
||||||
|
|
||||||
* Tue Jan 22 2019 Automatic Build System <autodist@mambasoft.it> 1.69.0-1mamba
|
* Tue Jan 22 2019 Automatic Build System <autodist@mambasoft.it> 1.69.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user