Accepting request 1251171 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1251171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=170
This commit is contained in:
Dominique Leuenberger 2025-03-08 16:51:21 +00:00 committed by Git OBS Bridge
commit 465b12f574
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 06 13:20:02 CET 2025 - aschnell@suse.com
- package mpi python cmake file once (gh#espressomd/espresso#5050)
-------------------------------------------------------------------
Tue Feb 25 08:23:54 CET 2025 - aschnell@suse.com
@ -138,7 +143,7 @@ Wed Mar 8 19:11:00 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
Sat Jan 28 22:01:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add boost-phoenix-revert-std-tuple-support.patch to fix
libetonyek and others build that use boost::phoenix
libetonyek and others build that use boost::phoenix
-------------------------------------------------------------------
Wed Dec 14 18:00:01 CET 2022 - Arvin Schnell <aschnell@suse.com>

View File

@ -1509,6 +1509,9 @@ mkdir -p %{buildroot}%{package_python3_sitearch}/boost/parallel/mpi/
install -m 0644 libs/mpi/build/__init__.py %{buildroot}%{package_python3_sitearch}/boost/parallel/mpi/
install -m 0644 %{SOURCE11} %{buildroot}%{package_python3_sitearch}/boost/parallel
install -m 0644 %{SOURCE11} %{buildroot}%{package_python3_sitearch}/boost
# Boost 1.87 packages a python cmake file in both the mpi-python dir and the mpi directory.
# It should not be in that second one
rm -f %{buildroot}%{package_libdir}/cmake/boost_mpi-%{version}/libboost_mpi-variant-shared-py3*.cmake
%if ! %{with hpc}
mv %{buildroot}%{_libdir}/boost-python3.*/mpi.%{py3_soflags}.so %{buildroot}%{package_python3_sitearch}/mpi.%{py3_soflags}.so
rmdir %{buildroot}%{_libdir}/boost-python3.*