[SciPy-Dev] Compiling/packaging SciPy on Windows with Visual Studio compilers

Sturla Molden sturla.molden at gmail.com
Thu Jun 4 10:10:17 EDT 2015


On 03/06/15 21:20, Marcus D. Hanwell wrote:

> At this stage we are not necessarily looking for the absolute best
> performance, we are testing the feasibility of packaging SciPy with
> our cross-platform application, so OpenBLAS may be a good option as
> ATLAS proved uncooperative.

ATLAS basically requires us to know all the details of the target 
platform when compiling the library. It does not have automatic target 
detection like MKL, OpenBLAS and ACML.

And unless I already said so, we must use MinGW to build OpenBLAS 
because of AT&T assembly syntax, which MSVC does not understand.


Sturla






More information about the SciPy-Dev mailing list