Compilator can't find Eigen/Dense #383
Replies: 1 comment
-
Compiling with make, you must include the path to eigein in the LAMMPS'makefile. Maybe this could be mentioned in https://mir-group.github.io/flare/installation/lammps.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to compile Flare with Lammps.
I ran succesfully the install.sh from flare/lammps_plugins .
It is metioned that a workaround to have the Eigen libraries working is to copy the folder to lammps/src/
flare/lammps_plugins/README.md
Line 17 in 700f2c8
However, even after doing this, i still get this error:
In file included from ../lammps_descriptor.cpp:1:
../lammps_descriptor.h:4:10: fatal error: Eigen/Dense: No such file or directory
4 | #include <Eigen/Dense>
| ^~~~~~~~~~~~~
compilation terminated.
What might I do wrong? My makefile is modified but works with the normal compilation.
Not even the normal compilation
"make mpi" from "lammps/src"
works.
Am I missing something?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions