Eigen 5.0 has recently been released, and Debian and its derivatives are planning to switch to it soon. Please consider porting Supercell to Eigen 5.0, as currently it fails to build with the new version:
In file included from /build/reproducible-path/supercell-2.1.1+~0.0~git20221028.d8eeb73/src/core/cif_io.cpp:5:
/build/reproducible-path/supercell-2.1.1+~0.0~git20221028.d8eeb73/src/core/cif_io.h:10:10: fatal error: Eigen/Core: No such file or directory
10 | #include <Eigen/Core>
| ^~~~~~~~~~~~
compilation terminated.
make[3]: *** [src/sc_cli/CMakeFiles/supercell.dir/build.make:82: src/sc_cli/CMakeFiles/supercell.dir/__/core/cif_io.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /build/reproducible-path/supercell-2.1.1+~0.0~git20221028.d8eeb73/src/core/common_types.cpp:8:
/build/reproducible-path/supercell-2.1.1+~0.0~git20221028.d8eeb73/src/core/common_types.h:21:10: fatal error: Eigen/Core: No such file or directory
21 | #include <Eigen/Core>
| ^~~~~~~~~~~~
compilation terminated.
Eigen 5.0 has recently been released, and Debian and its derivatives are planning to switch to it soon. Please consider porting Supercell to Eigen 5.0, as currently it fails to build with the new version: