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:
commit
465b12f574
@ -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
|
Tue Feb 25 08:23:54 CET 2025 - aschnell@suse.com
|
||||||
|
|
||||||
|
@ -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 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/parallel
|
||||||
install -m 0644 %{SOURCE11} %{buildroot}%{package_python3_sitearch}/boost
|
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}
|
%if ! %{with hpc}
|
||||||
mv %{buildroot}%{_libdir}/boost-python3.*/mpi.%{py3_soflags}.so %{buildroot}%{package_python3_sitearch}/mpi.%{py3_soflags}.so
|
mv %{buildroot}%{_libdir}/boost-python3.*/mpi.%{py3_soflags}.so %{buildroot}%{package_python3_sitearch}/mpi.%{py3_soflags}.so
|
||||||
rmdir %{buildroot}%{_libdir}/boost-python3.*
|
rmdir %{buildroot}%{_libdir}/boost-python3.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user