Open charlesfleche opened 6 years ago
Same here. Os X 10.13.3. Actually it looks like this error is blocking the build for some time now. A shame, looks like it's a neat tool, but I haven't been able to try it yet...
@kabukunz The problem with this line in Utils.h is that it is combining integer-valued matrices and double-valued matrices without telling how to convert them to make them compatible. My GUESS is that the fixed version is:
SpMati t = (Ic_G.transpose().cast<double>() * V2V * Ic_K.cast<double>()).cast<int>();
That compiles, but I can't swear it does the right thing.
On macOS LLVM (brew) 5.0.1 and 6.0.0, after updating CMakeFile.txt to point to the correct clang, build fails on an Eigen compilation issue: