[Python-bugs-list] [ python-Bugs-434944 ] setup.py - nonstandard paths

noreply@sourceforge.net noreply@sourceforge.net
Fri, 06 Jul 2001 09:27:02 -0700


Bugs item #434944, was opened at 2001-06-20 15:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=434944&group_id=5470

Category: Build
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Minsk (rminsk)
>Assigned to: A.M. Kuchling (akuchling)
Summary: setup.py - nonstandard paths

Initial Comment:
In my build environment I have to ensure that the same
version of each software package is available across
many different platforms.  To do this I compile code
into a directory structure when the root path of
/usr/tools/fw.   So a tools like flex would result in
files /usr/tools/fw/bin/flex,
/usr/tools/fw/include/FlexLexer.h,
/usr/tools/fw/lib/libfl.a, ...

In the Python 2.1 build environment it does not seem
that you can pass extra search paths too setup.py.  I
must either hack setup.py to look in /usr/tools/fw or
manually add each module to Modules/Setup.  It would be
nice for setup.py to be able to take extra search
paths.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=434944&group_id=5470