diff options
author | Pjotr Prins | 2020-05-28 05:39:18 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-28 05:39:18 -0500 |
commit | 7c4f7f7f7c4320658828631039f57fadf6bfdb29 (patch) | |
tree | e5f69ca698ee2bdbf15d171cd0dbc9d8bf171dbd /test | |
parent | b309569fe9497befa008ac2d2cbc04f2e861ce76 (diff) | |
download | pangemma-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 'test')
-rw-r--r-- | test/src/unittests-math.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/src/unittests-math.cpp b/test/src/unittests-math.cpp index d82f656..4872e9a 100644 --- a/test/src/unittests-math.cpp +++ b/test/src/unittests-math.cpp @@ -1,8 +1,6 @@ #include <catch.hpp> #include <iostream> #include <fenv.h> -#include "gsl/gsl_matrix.h" -// #include <cblas.h> #include <algorithm> #include <limits> |