shunwang / numexpr

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

Solve for MKL_Get_Version_String while build numexpr-2.1 with Intel MKL VML #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. function _get_vml_version(PyObject *self, PyObject *args) in module.cpp
2. using MKL-10.0.5.025 

Error while build:

x86_64-pc-linux-gnu-g++: numexpr/module.cpp
numexpr/module.cpp: In function ‘PyObject* _get_vml_version(PyObject*, 
PyObject*)’:
numexpr/module.cpp:280:36: error: ‘MKL_Get_Version_String’ was not declared 
in this scope
numexpr/module.cpp: In function ‘PyObject* _get_vml_version(PyObject*, 
PyObject*)’:
numexpr/module.cpp:280:36: error: ‘MKL_Get_Version_String’ was not declared 
in this scope

Software:
  MKL-10.0.5.025 
  numexpr-2.1

Solution:
  use attached patch

Original issue reported on code.google.com by lbar...@gmail.com on 5 May 2013 at 6:25

Attachments: