### What I did - Forked and cloned the project - run `cargo build` inside the project ### Error encountered - Could not find the file `Eigen/SparseCore`  ### What I tried - Try to compile it with Rust nightly(did not work) - Tried `export dl_eigen=1`(did not work) - Install `eigen2` from AUR(did not work)