Hi,

I'm looking at the build of scikit-learn for guidance on some
statsmodels improvements, and I'm wondering about this in the
setup.py. What could this do?

from numpy.distutils.system_info import get_info
blas_info = get_info('blas_opt', 0)
blas_info.get('define_macros')

My numpy is linked against openblas, and I don't have a
'define_macros' key, so I don't know.

Is it always the case then that scikit-learn links against the
included reference BLAS if the above fails. Is there some other way to
specify the source of local optimized BLAS headers and libraries?

Thanks,

Skipper

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to