Unable to install Firedrake on Mac #3465
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
You are failing to build chaco. It isn't essential for Firedrake to function so can you try running
before calling @JDBetteridge any insights as to why there are errors like:
|
Beta Was this translation helpful? Give feedback.
-
That is a petsc issue. So, perhaps trying to install without Chaco can be a plausible option. |
Beta Was this translation helpful? Give feedback.
-
I added "--download-chaco-commit=HEAD" to chaco configuration (assuming that's the suggestion of the post referred to by @Ig-dolci), it still has the same error. I can potentially switch to other operations systems such as Linux or Windows. What would be the recommended operation system to run firedrake? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same error. Are there some solution for this problem? Thanks a lot for help |
Beta Was this translation helpful? Give feedback.
-
Is there any update about the Chaco problem? |
Beta Was this translation helpful? Give feedback.
-
I also opened an issue in PETSc for the errors with MUMPS. |
Beta Was this translation helpful? Give feedback.
There appears to have been no progress made by PETSc on this. We may however have a workaround. A very helpful user (@lrtfm) on Slack said:
If you prefer not to downgrade your Xcode, here are some alternative ways to overcome the issues.
Edit the script firedrake-install at line786:
firedrake/scripts/firedrake-install
Line 786 in 1bbd9df
to
to overcome the issue for now.
Here,
-Wno-depre…