On Feb 10, 2005, at 1:27 AM, Bob Ippolito wrote:

Here's a Numeric 23.7 for Mac OS X 10.3 (using the stock Python 2.3 interpreter), built with py2app 0.1.8 (svn trunk)'s bdist_mpkg command:
http://undefined.org/python/Numeric-23.7-py2.3-macosx10.3.zip


Numeric 23.7's setup.py *almost* gets vecLib right. Trivial patch is here:
https://sourceforge.net/tracker/? func=detail&atid=301369&aid=996268&group_id=1369

I goofed slightly in my first patch, it missed the extra_linker_options for _dotblas, which makes it unimportable unless lapack_lite was imported first. I've updated the patch and the installer, the URLs are the same.


1ae5354ebf898143decb1c708bf03502  Numeric-23.7-py2.3-macosx10.3.zip

Note also that bdist_mpkg in svn trunk now has a -z or --zipdist option that creates a zip from the pkg automatically.. so with trunk, creating packages such as this is as easy as bdist_mpkg -z from the source dir.

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to