Re: [Numpy-discussion] Windows, blas, atlas and dlls

2013-02-21 Thread Matyáš Novák
> You could also look into OpenBLAS, which is easier to build and > generally faster than ATLAS. (But alas, not supported by NumPy/SciPY AFAIK.) Hi, maybe not officially supported, so the integration into numpy is a bit tricky (after long tries I had success with exporting BLAS and LAPACK environm

[Numpy-discussion] distutils: compiler used by add_library

2012-08-29 Thread Matyáš Novák
Hi, I wrote extension some numerical extension for python, that requires compiling and linking additional fortran sources. I find out, that these libraries can be easily added using config.add_library() function, but there is a problem. The --fcompiler command doesn't propagate to the stage where