flame-fitting icon indicating copy to clipboard operation
flame-fitting copied to clipboard

Little reminder for the subsequent users for the eigen

Open chqwer2 opened this issue 3 years ago • 4 comments

The original command to download eigen in README will download a version that is too new to use.

The version eigen-3.3.7 will works fine.

chqwer2 avatar Jul 29 '22 15:07 chqwer2

Thank you. Could you please help me how I could get 3d landmarks from the scan without manual extraction?

Suvi-dha avatar Aug 03 '22 09:08 Suvi-dha

Eigen v3.4.0 works for me.

Using the latest Eigen version results in this error message: This compiler appears to be too old to be supported by Eigen, which seems to be coming from this commit: https://gitlab.com/libeigen/eigen/-/commit/ec4efbd69601694e600e6261d4a3afed08e0bfd3#859198abc81bc7db86d6add0a16b27c957a7358b_660_642.

ypicard avatar Aug 31 '22 10:08 ypicard

I fixed build issues by changing C++11 to C++17 in sbody/alignment/mesh_distance/setup.py line 14

phladwig avatar Apr 29 '23 20:04 phladwig

I fixed build issues by changing C++11 to C++17 in sbody/alignment/mesh_distance/setup.py line 14

it works. thank you

sxdl avatar Mar 24 '24 14:03 sxdl