aboutsummaryrefslogtreecommitdiff
path: root/src/fastblas.h
diff options
context:
space:
mode:
authorPjotr Prins2020-05-28 05:39:18 -0500
committerPjotr Prins2020-05-28 05:39:18 -0500
commit7c4f7f7f7c4320658828631039f57fadf6bfdb29 (patch)
treee5f69ca698ee2bdbf15d171cd0dbc9d8bf171dbd /src/fastblas.h
parentb309569fe9497befa008ac2d2cbc04f2e861ce76 (diff)
downloadpangemma-7c4f7f7f7c4320658828631039f57fadf6bfdb29.tar.gz
Fix copiles on gcc 10. Main thing is not to mix BLAS includes from
OpenBLAS, GSL (and Eigen when used).
Diffstat (limited to 'src/fastblas.h')
-rw-r--r--src/fastblas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastblas.h b/src/fastblas.h
index cca3258..32253b3 100644
--- a/src/fastblas.h
+++ b/src/fastblas.h
@@ -23,7 +23,7 @@
#include <assert.h>
#include <iostream>
-#include "gsl/gsl_matrix.h"
+// #include "gsl/gsl_matrix.h"
gsl_matrix *fast_copy(gsl_matrix *m, const double *mem);