
numexpr - issue #99
Solve for MKL_Get_Version_String while build numexpr-2.1 with Intel MKL VML
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
Status: New
Labels:
Type-Defect
Priority-Medium