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.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, skip.montanaro
Date 2010-04-15.12:57:47
SpamBayes Score 4.144663e-08
Marked as misclassified No
Message-id <1271336268.94.0.616203377095.issue8406@psf.upfronthosting.co.za>
In-reply-to
Content
Ned: the patch does have a (positive) effect when building the OSX installer: the build-installer script creates private builds of a number of libraries, but setup.py can detect other libraries (such as libintl) as well and we don't guard against that at the moment.

Skip: I'm +0 on including this functionality, but haven't looked at the patch yet.

To be honest I'd must rather remove /opt/local and /sw entirely from setup.py and add new configure flags to specify the location of a number of libraries (e.g. 'configure --with-sleepycat-db=/opt/local').  Explicit configure flags is what other OSS packages seem to use to specify that you like to use a library that is not in /usr or /usr/local.
History
Date User Action Args
2010-04-15 12:57:49ronaldoussorensetrecipients: + ronaldoussoren, skip.montanaro, ned.deily
2010-04-15 12:57:48ronaldoussorensetmessageid: <1271336268.94.0.616203377095.issue8406@psf.upfronthosting.co.za>
2010-04-15 12:57:47ronaldoussorenlinkissue8406 messages
2010-04-15 12:57:47ronaldoussorencreate