-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Please help I'm running into the following error while compiling Flashpca:
g++ -Ispectra/include -I/usr/local/include/boost -I/usr/local/include/eigen -march=native -std=c++0x -O3 -DNDEBUG -DVERSION="2.1" -funroll-loops -ftree-vectorize -ffast-math -c flashpca.cpp -o flashpca.o
In file included from flashpca.cpp:22:0:
data.h:18:22: fatal error: Eigen/Core: No such file or directory
#include <Eigen/Core>
^
compilation terminated.
Makefile:54: recipe for target 'flashpca.o' failed
make: *** [flashpca.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels