Modified cblas.hh not to include cblas.h ,as this file gets generated after make install BLIS

This commit is contained in:
Chithra Sankar
2019-10-03 17:04:57 +05:30
parent a000c617f9
commit 574bdaeb48

View File

@@ -28,7 +28,6 @@
#define CBLAS_HH
extern "C" {
#include <cblas.h>
#include <blis.h>
}