[Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

Aron Ahmadia aron at ahmadia.net
Wed Aug 8 10:35:03 EDT 2012


FWIW, on my OS X.6.8 system, using a brew-installed python, and installing
into /usr/local/lib, the symbols appear to be present:

❯ nm /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so | grep
ceil
                 U _ceil
                 U _ceilf
                 U _ceill
00000000000c6550 T _npy_ceil
00000000000c6340 T _npy_ceilf
00000000000c6760 T _npy_ceill

I agree with Dave, we're going to need to see your build log to have a
better chance at diagnosing what went wrong with the build.

A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120808/9d04a9f6/attachment.html>


More information about the NumPy-Discussion mailing list