This commit is contained in:
Sergey Zhemoytel 2023-09-09 19:13:44 +00:00
parent 85c82a5856
commit fbfe1e41b7
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# For examples in boost-build
addFilter("E: devel-file-in-non-devel-package")
addFilter("E: zero-length")

View file

@ -22,7 +22,7 @@
%define libprgexecmonitor %mklibname boost_prg_exec_monitor_ %{version}
%define libprogramoptions %mklibname boost_program_options_ %{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 libregex %mklibname boost_regex_ %{version}
%define libserialization %mklibname boost_serialization_ %{version}
@ -563,8 +563,9 @@ running programs dynamically linked against Boost python.
%files -n %{libpython3}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_python35.so.%{version}
%ifarch x86_64
%{_libdir}/libboost_numpy35.so.%{version}
%endif
#----------------------------------------------------------------------------