aarch64: rebuilt with libbacktrace [release 1.85.0-3mamba;Mon Apr 22 2024]

This commit is contained in:
Automatic Build System 2024-04-22 20:13:55 +02:00
parent 79edf3b319
commit 282ec7528b

View File

@ -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.85.0 Version: 1.85.0
Release: 2mamba Release: 3mamba
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
@ -25,6 +25,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libbacktrace-devel
BuildRequires: libicu-devel >= 67.1 BuildRequires: libicu-devel >= 67.1
BuildRequires: libpython3-devel >= 3.11 BuildRequires: libpython3-devel >= 3.11
BuildRequires: python-numpy-py3 BuildRequires: python-numpy-py3
@ -72,8 +73,9 @@ This package contains then Boost.python library for Python 3.
%debug_package %debug_package
%prep %prep
%setup -q -n boost_%{pckver} -D -T %setup -q -n boost_%{pckver}
:<< _EOF #-D -T
#:<< _EOF
%build %build
#:<< _EOF #:<< _EOF
@ -101,7 +103,7 @@ EXPAT_LIBPATH=%{_libdir} \
%ifarch x86_64 %ifarch x86_64
cflags="-fPIC" \ cflags="-fPIC" \
%endif %endif
%ifarch %{ix86} %ifarch %{ix86} aarch64
boost.stacktrace.from_exception=off \ boost.stacktrace.from_exception=off \
%endif %endif
stage stage
@ -126,7 +128,7 @@ EXPAT_LIBPATH=%{_libdir} \
%ifarch x86_64 %ifarch x86_64
cflags="-fPIC" \ cflags="-fPIC" \
%endif %endif
%ifarch %{ix86} %ifarch %{ix86} aarch64
boost.stacktrace.from_exception=off \ boost.stacktrace.from_exception=off \
%endif %endif
install install
@ -170,6 +172,9 @@ done
%{_libdir}/libboost_numpy311.so.* %{_libdir}/libboost_numpy311.so.*
%changelog %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 * Sat Apr 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.85.0-2mamba
- remove and obsolete python-boost-py310 - remove and obsolete python-boost-py310