reenable veclib include path

release/4.3a0
Kai Ni 2010-03-17 18:03:54 +00:00
parent 0a48b45b12
commit b895760404
1 changed files with 4 additions and 0 deletions

View File

@ -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>