Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 900478 Details for
Bug 1102667
boost-python has no linkage-to or dependency on libpython
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Respect ABI flags of libpython
boost-1.55.0-python-linking.patch (text/plain), 2.44 KB, created by
Petr Machata
on 2014-05-29 18:15:40 UTC
(
hide
)
Description:
Respect ABI flags of libpython
Filename:
MIME Type:
Creator:
Petr Machata
Created:
2014-05-29 18:15:40 UTC
Size:
2.44 KB
patch
obsolete
>diff -up boost_1_55_0/tools/build/v2/tools/python.jam\~ boost_1_55_0/tools/build/v2/tools/python.jam >--- boost_1_55_0/tools/build/v2/tools/python.jam~ 2013-05-21 06:14:18.000000000 +0200 >+++ boost_1_55_0/tools/build/v2/tools/python.jam 2014-05-29 19:09:12.115413877 +0200 >@@ -94,7 +94,7 @@ feature.feature pythonpath : : free opti > # using python : 2.3 : /usr/local/bin/python ; > # > rule init ( version ? : cmd-or-prefix ? : includes * : libraries ? >- : condition * : extension-suffix ? ) >+ : condition * : extension-suffix ? : abi-letters ? ) > { > project.push-current $(.project) ; > >@@ -107,7 +107,7 @@ rule init ( version ? : cmd-or-prefix ? > } > } > >- configure $(version) : $(cmd-or-prefix) : $(includes) : $(libraries) : $(condition) : $(extension-suffix) ; >+ configure $(version) : $(cmd-or-prefix) : $(includes) : $(libraries) : $(condition) : $(extension-suffix) : $(abi-letters) ; > > project.pop-current ; > } >@@ -653,7 +653,7 @@ local rule system-library-dependencies ( > > # Declare a target to represent Python's library. > # >-local rule declare-libpython-target ( version ? : requirements * ) >+local rule declare-libpython-target ( version ? : requirements * : abi-letters ? ) > { > # Compute the representation of Python version in the name of Python's > # library file. >@@ -677,13 +677,13 @@ local rule declare-libpython-target ( ve > } > > # Declare it. >- lib python.lib : : <name>python$(lib-version) $(requirements) ; >+ lib python.lib : : <name>python$(lib-version)$(abi-letters) $(requirements) ; > } > > > # Implementation of init. > local rule configure ( version ? : cmd-or-prefix ? : includes * : libraries ? : >- condition * : extension-suffix ? ) >+ condition * : extension-suffix ? : abi-letters ? ) > { > local prefix ; > local exec-prefix ; >@@ -699,6 +699,7 @@ local rule configure ( version ? : cmd-o > extension-suffix ?= _d ; > } > extension-suffix ?= "" ; >+ abi-letters ?= "" ; > > # Normalize and dissect any version number. > local major-minor ; >@@ -922,7 +923,7 @@ local rule configure ( version ? : cmd-o > } > else > { >- declare-libpython-target $(version) : $(target-requirements) ; >+ declare-libpython-target $(version) : $(target-requirements) : $(abi-letters) ; > > # This is an evil hack. On, Windows, when Python is embedded, nothing > # seems to set up sys.path to include Python's standard library > >Diff finished. Thu May 29 20:12:29 2014
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1102667
: 900478 |
978385