-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Eigen build error in inverse.cc #17927
Comments
The cmake option you mentioned was added for a historical reason for a customer that I don't remember who he/she was. :-( Sorry. I should have marked it as deprecated. Adding "-DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=NEVER" to your first build command should help. |
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
Is the target platform 32-bit or 64-bit ? |
64-bit, but my issue has resolved itself with current git master |
Describe the issue
Using the upstream patch from https://gitlab.com/libeigen/eigen/-/commit/d0e3791b1a0e2db9edd5f1d1befdb2ac5a40efe0 for eigen fixes this error, but then it stumbles about this:
Urgency
No response
Target platform
Linux
Build script
Error / output
BTW: Would onnxruntime use system libeigen without
-Donnxruntime_USE_PREINSTALLED_EIGEN=ON
?Visual Studio Version
No response
GCC / Compiler Version
13.2.1
The text was updated successfully, but these errors were encountered: