Hi,

On Wed, Jul 30, 2014 at 5:12 PM, Carl Kleffner <[email protected]> wrote:
> Hi,
>
> I created mingw-w64 builds for testing based on OpenBLAS, see:
> https://bitbucket.org/carlkl/mingw-w64-for-python/downloads .
>
> gists for numpy.test run:
>
> win32: https://gist.github.com/carlkl/43182c7c5e0049db7b4e
> amd64: https://gist.github.com/carlkl/c528505af31ac32720b0

Thanks all for all the hard work.

Here's OSX wheels for testing:

http://wheels.scikit-image.org

Try with:

pip install --pre -f http://wheels.scikit-image.org numpy

This should work with Python.org Python on OSX 10.6+, homebrew /
macports / system Python for 10.9 [1]

Please do send feedback.

Cheers,

Matthew

[1] System Python (/usr/bin/python) will only see your new copy of
numpy if you adjust the default path, or test in a virtualenv, because
of the system Python sys.path setup
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to