bcgov/ssdtools

Compilation fails: error: Eigen/Dense: No such file or directory

Closed this issue · 1 comments

TMB is LinkingTo RcppEigen, but it does not require it as Depends or Imports, which means that compilation of ssdtools fails in systems with precompiled TMB, where RcppEigen is not necessarily installed. Given that ssdtools uses Eigen, please add RcppEigen to LinkingTo.

done thanks!