mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-04 13:34:06 +00:00
This commit is contained in:
parent
5ce3824045
commit
209fb9d233
1 changed files with 4 additions and 4 deletions
|
@ -460,7 +460,7 @@ running programs dynamically linked against Boost math_tr1.
|
|||
|
||||
%files -n %{libmathtr1}
|
||||
%doc LICENSE_1_0.txt
|
||||
%{_libdir}/libboost_math_tr1.so.%{version}
|
||||
#{_libdir}/libboost_math_tr1.so.%{version}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -812,7 +812,7 @@ running programs dynamically linked against Boost stacktrace.
|
|||
|
||||
%files -n %{libstacktrace}
|
||||
%doc LICENSE_1_0.txt
|
||||
%{_libdir}/libboost_stacktrace_addr2line.so.%{version}
|
||||
#{_libdir}/libboost_stacktrace_addr2line.so.%{version}
|
||||
%{_libdir}/libboost_stacktrace_basic.so.%{version}
|
||||
%{_libdir}/libboost_stacktrace_noop.so.%{version}
|
||||
|
||||
|
@ -957,7 +957,7 @@ Standard Library. This package contains headers and shared library
|
|||
symlinks needed for Boost development.
|
||||
|
||||
%files -n %{devpython38}
|
||||
%{_libdir}/libboost_python38.so
|
||||
#{_libdir}/libboost_python38.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -996,7 +996,7 @@ using python : %{py_ver} : %{_bindir}/python%{py_ver} : %{_includedir}/python%{p
|
|||
using python : %{py38_ver} : %{_libexecdir}/python%{py38_ver} : %{_includedir}/python%{py38_ver} : %{_libdir} : : : ;
|
||||
EOF
|
||||
|
||||
./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%{_prefix} --libdir=%{_libdir} --with-python=%{py38_ver}
|
||||
./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%{_prefix} --libdir=%{_libdir} --with-python=%{py3_ver}
|
||||
|
||||
./b2 -d+2 -q %{?_smp_mflags} --without-mpi \
|
||||
--prefix=%{_prefix} --libdir=%{_libdir} \
|
||||
|
|
Loading…
Add table
Reference in a new issue