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 skip.montanaro
Recipients ned.deily, ronaldoussoren, skip.montanaro
Date 2010-04-15.15:16:04
SpamBayes Score 9.163692e-11
Marked as misclassified No
Message-id <19399.11697.725516.880110@montanaro.dyndns.org>
In-reply-to <1271336268.94.0.616203377095.issue8406@psf.upfronthosting.co.za>
Content
Ronald> To be honest I'd must rather remove /opt/local and /sw entirely
    Ronald> from setup.py and add new configure flags to specify the
    Ronald> location of a number of libraries (e.g. 'configure
    Ronald> --with-sleepycat-db=/opt/local').  Explicit configure flags is
    Ronald> what other OSS packages seem to use to specify that you like to
    Ronald> use a library that is not in /usr or /usr/local.

Right, but then you still have the problem with /usr/local (note the package
patches mentioned in the other issue), and you'd have to go through that
dance for every bit of functionality which might be found in an external
library.

Someone else (David Cornapeau?) mentioned he just uses a chroot jail to
build numpy and scipy installers.  That might ultimately be the best way to
do things.

Skip
History
Date User Action Args
2010-04-15 15:16:06skip.montanarosetrecipients: + skip.montanaro, ronaldoussoren, ned.deily
2010-04-15 15:16:05skip.montanarolinkissue8406 messages
2010-04-15 15:16:04skip.montanarocreate