Accepting request 457579 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/457579 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=114
This commit is contained in:
commit
f7e331eb57
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 13:35:53 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- update python macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 15:58:17 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
11
boost.spec
11
boost.spec
@ -1056,9 +1056,9 @@ cp user-config.jam user-config-py.jam
|
||||
cat << EOF >> user-config-py.jam
|
||||
using python
|
||||
: %{py_ver}
|
||||
: %{__python2}
|
||||
: %{py_incdir}
|
||||
: %{py_libdir}
|
||||
: %{_bindir}/python2
|
||||
: %{_includedir}/python%{py_ver}
|
||||
: %{_libdir}/python%{py_ver}
|
||||
:
|
||||
:
|
||||
;
|
||||
@ -1076,12 +1076,13 @@ EOF
|
||||
|
||||
# Build boost python3 and MPI, installed in python3 staging
|
||||
%if %{with python3}
|
||||
%{?!py3_abiflags:%define py3_abiflags m}
|
||||
cp user-config.jam user-config-py3.jam
|
||||
cat << EOF >> user-config-py3.jam
|
||||
using python
|
||||
: %{py3_ver}
|
||||
: /usr/bin/python%{py3_ver}%{py3_abiflags}
|
||||
: %{py3_incdir}
|
||||
: %{_bindir}/python3
|
||||
: %{_includedir}/python%{py3_ver}%{py3_abiflags}
|
||||
:
|
||||
:
|
||||
: .%{py3_soflags}
|
||||
|
Loading…
Reference in New Issue
Block a user