aarch64: rebuilt with libbacktrace [release 1.85.0-3mamba;Mon Apr 22 2024]
This commit is contained in:
parent
79edf3b319
commit
282ec7528b
@ -2,7 +2,7 @@
|
||||
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
|
||||
Name: libboost
|
||||
Version: 1.85.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Free peer-reviewed portable C++ source libraries
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -25,6 +25,7 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libbacktrace-devel
|
||||
BuildRequires: libicu-devel >= 67.1
|
||||
BuildRequires: libpython3-devel >= 3.11
|
||||
BuildRequires: python-numpy-py3
|
||||
@ -72,8 +73,9 @@ This package contains then Boost.python library for Python 3.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n boost_%{pckver} -D -T
|
||||
:<< _EOF
|
||||
%setup -q -n boost_%{pckver}
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
@ -101,7 +103,7 @@ EXPAT_LIBPATH=%{_libdir} \
|
||||
%ifarch x86_64
|
||||
cflags="-fPIC" \
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%ifarch %{ix86} aarch64
|
||||
boost.stacktrace.from_exception=off \
|
||||
%endif
|
||||
stage
|
||||
@ -126,7 +128,7 @@ EXPAT_LIBPATH=%{_libdir} \
|
||||
%ifarch x86_64
|
||||
cflags="-fPIC" \
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%ifarch %{ix86} aarch64
|
||||
boost.stacktrace.from_exception=off \
|
||||
%endif
|
||||
install
|
||||
@ -170,6 +172,9 @@ done
|
||||
%{_libdir}/libboost_numpy311.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 22 2024 Automatic Build System <autodist@openmamba.org> 1.85.0-3mamba
|
||||
- aarch64: rebuilt with libbacktrace
|
||||
|
||||
* Sat Apr 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.85.0-2mamba
|
||||
- remove and obsolete python-boost-py310
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user