-
Notifications
You must be signed in to change notification settings - Fork 61
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
Problem with installation deal.ii on mac M1 #282
Comments
Please use the master branch of candi (git checkout master) for now.
It contains a fix for this. Also see
https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX
…On Wed, Mar 16, 2022 at 1:44 PM Saeed Zarzor ***@***.***> wrote:
Hi,
I am trying to install deal.ii version 9.3.3 on my mac book with apple silicon M1 processor. I had the following error during build opencascade.
Does anyone have an idea about that and can help me to avoid that error ??
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thank you for your reply. I have tried candi master branch and the problem is solved. |
Current GCC does not work on M1 hardware for large c++ codebases. Please use clang as described in https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX |
I have used clang and also it did not work. I have received the following message the apple clang installed on my machine has version 13.1.6. |
Clang 13 supports c++ 14. I probably did something incorrectly during configuration. Can you post the whole text output that deal.II generates during configuration? Did you set any environment variable like CXX? What is the exact command line you used to run candi? |
I use the following command line without any further configuration The output message is -- Include /Users/saeed/dealii-candi/tmp/unpack/deal.II-master/cmake/setup_cached_variables.cmake
|
Try to not set any of the ENV variables and try again. |
Hi,
I am trying to install deal.ii version 9.3.3 on my mac book with apple silicon M1 processor. I get the following error during build opencascade.
Does anyone have an idea about that and can help me to avoid that error ??
The text was updated successfully, but these errors were encountered: