remove and provide/obsolete boost-jam requirement [release 1.85.0-4mamba;Mon May 06 2024]
This commit is contained in:
parent
282ec7528b
commit
e26855dc17
@ -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: 3mamba
|
Release: 4mamba
|
||||||
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
|
||||||
@ -30,7 +30,8 @@ BuildRequires: libicu-devel >= 67.1
|
|||||||
BuildRequires: libpython3-devel >= 3.11
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
BuildRequires: python-numpy-py3
|
BuildRequires: python-numpy-py3
|
||||||
BuildRequires: openmpi-devel
|
BuildRequires: openmpi-devel
|
||||||
BuildRequires: boost-jam
|
Provides: boost-jam
|
||||||
|
Obsoletes: boost-jam <= 3.1.18-1mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Boost libraries provide free peer-reviewed portable C++ source libraries.
|
The Boost libraries provide free peer-reviewed portable C++ source libraries.
|
||||||
@ -158,7 +159,6 @@ done
|
|||||||
%{_includedir}/boost/*
|
%{_includedir}/boost/*
|
||||||
%{_libdir}/libboost_*.so
|
%{_libdir}/libboost_*.so
|
||||||
%{_libdir}/libboost_*.a
|
%{_libdir}/libboost_*.a
|
||||||
#%exclude %{_libdir}/mpi.so
|
|
||||||
%dir %{_libdir}/cmake/Boost-%{version}
|
%dir %{_libdir}/cmake/Boost-%{version}
|
||||||
%{_libdir}/cmake/Boost-%{version}/Boost*.cmake
|
%{_libdir}/cmake/Boost-%{version}/Boost*.cmake
|
||||||
%{_libdir}/cmake/Boost*.cmake
|
%{_libdir}/cmake/Boost*.cmake
|
||||||
@ -172,6 +172,9 @@ done
|
|||||||
%{_libdir}/libboost_numpy311.so.*
|
%{_libdir}/libboost_numpy311.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.85.0-4mamba
|
||||||
|
- remove and provide/obsolete boost-jam requirement
|
||||||
|
|
||||||
* Mon Apr 22 2024 Automatic Build System <autodist@openmamba.org> 1.85.0-3mamba
|
* Mon Apr 22 2024 Automatic Build System <autodist@openmamba.org> 1.85.0-3mamba
|
||||||
- aarch64: rebuilt with libbacktrace
|
- aarch64: rebuilt with libbacktrace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user