On 5 Aug 2014, at 11:27 pm, Matthew Brett matthew.brett@gmail.com wrote:
OSX wheels built and tested and uploaded OK :
http://wheels.scikit-image.org
https://travis-ci.org/matthew-brett/numpy-atlas-binaries/builds/31747958
Will test against the scipy stack later on today.
Built and tested against the Fink Python installation under OSX. Seems to resolve one of a couple of f2py test errors appearing with 1.8.1 on Python 3.3 and 3.4:
====================================================================== ERROR: test_return_real.TestCReturnReal.test_all ---------------------------------------------------------------------- Traceback (most recent call last): File "/sw/lib/python3.4/site-packages/nose/case.py", line 382, in setUp try_run(self.inst, ('setup', 'setUp')) File "/sw/lib/python3.4/site-packages/nose/util.py", line 470, in try_run return func() File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 348, in setUp module_name=self.module_name) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 74, in wrapper memo[key] = func(*a, **kw) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 163, in build_code module_name=module_name) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 74, in wrapper memo[key] = func(*a, **kw) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 144, in build_module __import__(module_name) ImportError: No module named ‘c_ext_return_real'
is gone on 3.4 now but still present on 3.3. Two errors of this kind (with different numbers) remain:
ERROR: test_return_real.TestF90ReturnReal.test_all ---------------------------------------------------------------------- Traceback (most recent call last): File "/sw/lib/python3.4/site-packages/nose/case.py", line 382, in setUp try_run(self.inst, ('setup', 'setUp')) File "/sw/lib/python3.4/site-packages/nose/util.py", line 470, in try_run return func() File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 348, in setUp module_name=self.module_name) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 74, in wrapper memo[key] = func(*a, **kw) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 163, in build_code module_name=module_name) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 74, in wrapper memo[key] = func(*a, **kw) File "/sw/lib/python3.4/site-packages/numpy/f2py/tests/util.py", line 144, in build_module __import__(module_name) ImportError: No module named ‘_test_ext_module_5415'
NumPy version 1.8.2rc1 NumPy is installed in /sw/lib/python3.4/site-packages/numpy Python version 3.4.1 (default, Aug 3 2014, 21:02:44) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] nose version 1.3.3
Cheers, Derek