[Patches] [Patch #103487] BeOS build scripts, setup.py

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Feb 2001 08:38:29 -0800


Patch #103487 has been updated. 

Project: python
Category: Build
Status: Closed
Submitted by: donnc
Assigned to : akuchling
Summary: BeOS build scripts, setup.py

Follow-Ups:

Date: 2001-Feb-08 08:38
By: akuchling

Comment:
Closing as per Donn's comment.
-------------------------------------------------------

Date: 2001-Feb-07 23:25
By: donnc

Comment:
OK, please close it!  Mr. Kuchling, you can follow your
particular interest in this patch in 103678.  The rest of
the BeOS and AIX mess moves to 103679.
-------------------------------------------------------

Date: 2001-Feb-06 19:22
By: donnc

Comment:
The a2 Makefile scheme will make things simpler, but the problems
addressed
by the patch are still there.  I can make another revision for a2, maybe
tomorrow
after working out an AIX build with separate read-only source directory.  A
lot
of the design here is hardly more than personal preference - do you want
setup.py
to have a lot of "if platform == 'Darwin1.2' ... if platform[:4] == 'beos'
... "?  Or
should that go in the configure script? - that's what I think, but it's
really up to whoever
has to maintain this system.  Issues are "what modules to try to build",
"-lm or not",
standard paths for libraries & includes (sadly, not everyone starts at
/usr), and
doubtless tons of other stuff is on its way.  Does setup.cfg.in need to be
resurrected?
What do you think?
-------------------------------------------------------

Date: 2001-Feb-06 14:54
By: akuchling

Comment:
This patch seems to be quite out of date now; it refers to 
setup.cfg.in which no longer exists.  Perhaps setup.cfg.in
needs to be resurrected.  Donn, what's the current state 
of compiling alpha2 (or the CVS tree) on BeOS?  Can you provide an updated
version of this patch?
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103487&group_id=5470