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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 16 Jan 2002 07:25:00 -0800


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: Michael Hudson (mwh)
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.


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

>Comment By: Michael Hudson (mwh)
Date: 2002-01-16 07:23

Message:
Logged In: YES 
user_id=6656

Hello?  I'm going to close this in a week if there's no
further response.

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

Comment By: Michael Hudson (mwh)
Date: 2001-12-10 09:19

Message:
Logged In: YES 
user_id=6656

Don't the -I & -L options to setup.py handle this?

As in:

./python $(srcdir)/setup.py -I/usr/tools/fw/include \
-L/usr/tools/fw/lib

?  I can't see how to arrange things to do this just by
typing "make" -- is that what you're complaining about?

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

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