[Python-Dev] Status of C compilers for Python on Windows

Antoine Pitrou solipsis at pitrou.net
Sat Oct 11 15:41:37 CEST 2014


On Sat, 11 Oct 2014 00:30:51 +0000 (UTC)
Sturla Molden <sturla.molden at gmail.com> wrote:
> Larry Hastings <larry at hastings.org> wrote:
> 
> > CPython doesn't require OpenBLAS.  Not that I am not receptive to the
> > needs of the numeric community... but, on the other hand, who in the
> > hell releases a library with Windows support that doesn't work with MSVC?!
> 
> It uses AT&T assembly syntax instead of Intel assembly syntax. 

But you can compile OpenBLAS with one compiler and then link it to
Python using another compiler, right? There is a single C ABI.

Regards

Antoine.




More information about the Python-Dev mailing list