Skip Montanaro <s...@pobox.com> added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8406> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com