Travis Oliphant <tra...@continuum.io> wrote:

> Microsoft has actually released their Visual Studio 2008 compiler stack so
> that OpenBLAS and ATLAS could be compiled on Windows for these platforms as
> well.   I would be very interested to see conda packages for these
> libraries which should be pretty straightforward to build.

OpenBLAS does not compile with Microsoft compilers because of AT&T assembly
syntax. You need to use a GNU compiler and you also need to have a GNU
environment. OpenBLAS is easy to build on Windows with MinGW (with
gfortran) and MSYS. Carl's toolchain ensures that the binaries are
compatible with the Python binaries from Python.org.

Sturla

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to