On 8 September 2013 22:42, Daπid <davidmenhur@gmail.com> wrote:
I have tried on a intel Mac with Python2.7 and gcc installed with Macports and it builds fine.

Sorry, forgot to add: it is OS X 10.6.8

uname -a
Darwin Tilda2.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386


Also, the full test suite reports one error:


======================================================================
FAIL: test_allnans (test_nanfunctions.TestNanFunctions_Sum)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/tests/test_nanfunctions.py", line 249, in test_allnans
    assert_(len(w) == 1, 'no warning raised')
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/utils.py", line 44, in assert_
    raise AssertionError(msg)
AssertionError: no warning raised

----------------------------------------------------------------------
Ran 5235 tests in 1414.570s

FAILED (KNOWNFAIL=5, SKIP=18, failures=1)




David.