Accepting request 757531 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/757531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2019-12-24 13:28:59 +00:00 committed by Git OBS Bridge
commit 88447fab17
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 13 04:03:05 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove hardcoded abiflags (%py3_abiflags is not available for 3
years), use python3-config instead. Fixes build with Python 3.8.
-------------------------------------------------------------------
Fri Nov 8 15:21:03 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1323,7 +1323,7 @@ EOF
%if %{with python3}
cp user-config.jam user-config-py3.jam
# sed -i -e 's#//boost_python#//boost_python3#' ./user-config-py3.jam
%{?!py3_abiflags: %define py3_abiflags m}
%define py3_abiflags %(python3-config --abiflags)
%{?!python3_version: %define python3_version %{py3_ver} }
cat << EOF >> user-config-py3.jam