[Distutils] numpy build fails in distutils code
Ronald Oussoren
ronaldoussoren at mac.com
Sun Oct 15 18:33:39 CEST 2006
On Oct 14, 2006, at 6:27 PM, Robert Kern wrote:
> Jay Parlar wrote:
>> I've tried asking this on the numpy list (a few times), but
>> unfortunately no response. Since the error *appears* to be inside
>> distutils, I thought maybe someone here would recognize it.
>
> No, it's not a problem in distutils. Please go back to the numpy
> list where I
> will respond to your message.
Actually it is a problem in disutils, one that is AFAIK fixed in
2.4.4c1 (and the same patch is in the 2.5 branch and on the trunk).
What happens is that the binary release of Python for OSX is built as
a universal binary and uses compiler flags that the compiler
toolchain on OSX 10.3.9 doesn't understand. Distutils tries to remove
those flags on 10.3.9, but I forgot a number of settings that need to
be cleaned up.
Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3562 bytes
Desc: not available
Url : http://mail.python.org/pipermail/distutils-sig/attachments/20061015/c653b220/attachment.bin
More information about the Distutils-SIG
mailing list