Path: blob/main/biology/gcta/files/patch-gcta.h
16146 views
--- gcta.h.orig 2016-06-22 03:11:01 UTC1+++ gcta.h2@@ -17,9 +17,9 @@3#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET4#endif56-#ifndef EIGEN_USE_MKL_ALL7-#define EIGEN_USE_MKL_ALL8-#endif9+//#ifndef EIGEN_USE_MKL_ALL10+//#define EIGEN_USE_MKL_ALL11+//#endif1213#include "CommFunc.h"14#include "StrFunc.h"15@@ -36,8 +36,11 @@16#include <unsupported/Eigen/SparseExtra>17#include <unsupported/Eigen/IterativeSolvers>18#include <omp.h>19-#include <mkl_cblas.h>20-#include <mkl_lapack.h>21+#include <cblas.h>22+#include <lapacke.h>23+// Looks like openblas, cblas and lapacke are all that's needed24+//#include <blaspp.h>25+//#include <lapackpp.h>2627using namespace Eigen;28using namespace std;293031