<div dir="ltr">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:<div><br></div><div><div>❯ nm /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so | grep ceil</div>
<div>                 U _ceil</div><div>                 U _ceilf</div><div>                 U _ceill</div><div>00000000000c6550 T _npy_ceil</div><div>00000000000c6340 T _npy_ceilf</div><div>00000000000c6760 T _npy_ceill</div>
</div><div><br></div><div>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.</div><div><br></div><div>A</div></div>