shunwang / numexpr

Automatically exported from code.google.com/p/numexpr
MIT License
0 stars 0 forks source link

Numexpr doesn't seem to be installed with MKL through pip #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Numpy and SciPy with MKL support
2. pip install numexpr
3. Observe that numexpr did not pick up MKL support by running numexpr.test() 
and noticing: VML available?     False

I've also tried adding a site.cfg in the current working directory when running 
pip install and it doesn't use it.

Original issue reported on code.google.com by morrison...@gmail.com on 25 Jun 2014 at 5:49