This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support OpenCSW in setup.py
Type: behavior Stage:
Components: Build Versions: Python 3.3, Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, flub, loewis
Priority: normal Keywords: patch

Created on 2012-08-13 22:15 by flub, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
csw_setup.py.diff flub, 2012-08-13 22:15 review
Messages (3)
msg168156 - (view) Author: Floris Bruynooghe (flub) Date: 2012-08-13 22:15
This patch proposes to add out of the box support for building against OpenCSW libraries on Solaris.  It makes building all the extension modules a lot simpler since the CSW repositories provide almost all required libaries.

The order of preference is /usr/local, then /opt/csw which should prefer libaries manually installed by the admin.
msg168315 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-08-15 18:39
LGTM. In the usual case, it is harmless if the system is no Solaris, or OpenCSW is not installed.
msg168455 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-08-17 18:08
+1
History
Date User Action Args
2022-04-11 14:57:34adminsetgithub: 59848
2012-08-17 18:08:54eric.araujosetnosy: + eric.araujo
messages: + msg168455
2012-08-15 18:39:54loewissetmessages: + msg168315
2012-08-15 14:26:03pitrousetnosy: + loewis
2012-08-13 22:15:35flubcreate