fixed: mark cblas with C linkage
this does not change anything, as the symbols always had C linkage. but not all cblas.h versions includes the extern "C" git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1864 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
parent
4ec79cc1da
commit
5d3168ab4b
@ -30,7 +30,10 @@
|
|||||||
#include <mkl_cblas.h>
|
#include <mkl_cblas.h>
|
||||||
#pragma pop_macro("real")
|
#pragma pop_macro("real")
|
||||||
#elif defined(USE_CBLAS)
|
#elif defined(USE_CBLAS)
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
#include <cblas.h>
|
#include <cblas.h>
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef INDEX_CHECK
|
#ifdef INDEX_CHECK
|
||||||
|
Loading…
Reference in New Issue
Block a user