-
Notifications
You must be signed in to change notification settings - Fork 77
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
Improving Apple Silicon Build #349
Improving Apple Silicon Build #349
Conversation
* Use updated Eigen version to avoid a bug in an old version * Changed warning from "Not supported" to "experimental support" * Changelog Entry
LGTM! |
Hi I followed the steps mentioned in #274. But while testing, I am still getting a fail for the following test:
I noticed that my carl build used version 3.3.4 of Eigen. Could that be an issue? If so, can you please advise a workaround? Let me know if you need any more details. Thanks |
Hi this is exactly the error that (at least for me) was resolved when using the updated Eigen version. The Eigen version used by Carl should not be relevant here. Could you try the following:
-- Storm - Including Eigen 3.4.0 commit b0eded878d5d162d61583a286c0d8a45406ad1bc. Thanks a lot! |
Hi Unfortunately I'm still getting the same error. I have attached the output of the cmake command below.
|
Unfortunately, I can not reproduce this. Depending what you're doing with Storm, this issue likely does not affect you, though.
Thanks a lot! |
Hi Here is the output. Do let me know if you need anything else from me.
|
This (to me) does look like an issue in Eigen but I can't say for sure. I'll try a few more things to reproduce it. Thanks for your help so far, much appreciated! |
3.3.9
. Since the new version is buggy in other cases (issue Issues with gcc and Eigen 3.4.0 #162), the workaround is to conditionally build the new version only for Apple Silicon