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.
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")
I see this error also when building without Atlas, it goes away if Atlas is used. It is probably a name/configuration problem.
Chuck