reenable veclib include path
parent
0a48b45b12
commit
b895760404
|
|
@ -11,7 +11,11 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#ifdef GT_USE_CBLAS
|
#ifdef GT_USE_CBLAS
|
||||||
|
#ifdef YA_BLAS
|
||||||
|
#include <vecLib/cblas.h>
|
||||||
|
#else
|
||||||
#include <cblas.h>
|
#include <cblas.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/numeric/ublas/matrix_proxy.hpp>
|
#include <boost/numeric/ublas/matrix_proxy.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue