On Sun, Nov 9, 2008 at 5:46 PM, Stéfan van der Walt <stefan@sun.ac.za> wrote:
Hi everyone,

I finally merged the generalised ufunc patches that awaited comment as
the gen_ufuncs branch.  Please review the changes on trunk, and let me
know if problems occur.

PyUFunc_FromFuncAndDataAndSignature needs to be moved to the end of the list.
 

One of the tests fail on FreeBSD 64:

ERROR: Failure: ImportError
(/tmp/numpy-buildbot/b12/numpy-install/lib/python2.4/site-packages/numpy/core/umath_tests.so:
Undefined symbol "cblas_dgemm")

Is there any reason why blasdot should work fine, but that this should
be broken?

 Hmm.....

Chuck