mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-19 04:34:17 +00:00
1.74.0
This commit is contained in:
parent
85c82a5856
commit
fbfe1e41b7
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
# For examples in boost-build
|
# For examples in boost-build
|
||||||
addFilter("E: devel-file-in-non-devel-package")
|
addFilter("E: devel-file-in-non-devel-package")
|
||||||
|
addFilter("E: zero-length")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
%define libprgexecmonitor %mklibname boost_prg_exec_monitor_ %{version}
|
%define libprgexecmonitor %mklibname boost_prg_exec_monitor_ %{version}
|
||||||
%define libprogramoptions %mklibname boost_program_options_ %{version}
|
%define libprogramoptions %mklibname boost_program_options_ %{version}
|
||||||
%define libpython %mklibname boost_python_ %{version}
|
%define libpython %mklibname boost_python_ %{version}
|
||||||
%define libpython3 %mklibname boost_python3_ %{version}
|
%define libpython3 %mklibname boost_python35_ %{version}
|
||||||
%define librandom %mklibname boost_random_ %{version}
|
%define librandom %mklibname boost_random_ %{version}
|
||||||
%define libregex %mklibname boost_regex_ %{version}
|
%define libregex %mklibname boost_regex_ %{version}
|
||||||
%define libserialization %mklibname boost_serialization_ %{version}
|
%define libserialization %mklibname boost_serialization_ %{version}
|
||||||
|
@ -563,8 +563,9 @@ running programs dynamically linked against Boost python.
|
||||||
%files -n %{libpython3}
|
%files -n %{libpython3}
|
||||||
%doc LICENSE_1_0.txt
|
%doc LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_python35.so.%{version}
|
%{_libdir}/libboost_python35.so.%{version}
|
||||||
|
%ifarch x86_64
|
||||||
%{_libdir}/libboost_numpy35.so.%{version}
|
%{_libdir}/libboost_numpy35.so.%{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue