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