Another lapack.h (not present on Linux), fortunately not needed

release/4.3a0
Richard Roberts 2010-11-06 21:54:38 +00:00
parent ae8c59bc4c
commit c3f95f9409
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ extern "C" {
#ifdef GT_USE_LAPACK #ifdef GT_USE_LAPACK
extern "C" { extern "C" {
#include <cblas.h> #include <cblas.h>
#include <clapack.h>
} }
#endif #endif