remove an include that we never test within autocmake
This commit is contained in:
parent
4a74b1b129
commit
b92b9ae23c
@ -1,14 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
/* cblas */
|
|
||||||
|
|
||||||
#if defined HAVE_MKL_BLAS
|
|
||||||
#include "mkl_cblas.h"
|
|
||||||
#pragma message "Using Intel MKL <mkl_cblas.h> interface"
|
|
||||||
#else
|
|
||||||
#include "cblas.h"
|
#include "cblas.h"
|
||||||
#pragma message "Using GNU <cblas.h> interface"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user