diff --git a/boost.changes b/boost.changes index 1927fe9..4d7a89d 100644 --- a/boost.changes +++ b/boost.changes @@ -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 Sat Jan 28 22:01:20 UTC 2023 - Dirk Müller - 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 diff --git a/boost.spec b/boost.spec index 3336f8d..c4c4b91 100644 --- a/boost.spec +++ b/boost.spec @@ -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.*