-
Notifications
You must be signed in to change notification settings - Fork 177
instructions for firedrake install on Mac #3162
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
Conversation
|
Reviewing the instructions for firedrake installation on Mac is also necessary. |
connorjward
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we update the website I think it would be good for someone else to follow the steps and make sure it solves the issue for them.
docs/source/download.rst
Outdated
| MacOS, due to current issues with Xcode 15 and MPI_, we recommend to follow the | ||
| instructions available | ||
| `here < https://github.com/firedrakeproject/firedrake/wiki/Installation-instructions-for-macOS>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this should be put in a text box
.. note::
Due to current issues with Xcode 15...|
I have found additional issues with the installer that prevent the documented changes from working properly. This requires a bigger fix, although probably needs discussion. |
Hm. I see. So, downgrading CLT is the best solution for now since setting |
|
Anecdotally CLT 14.3.1 will not run on MacOS Sonoma, I can find forum posts about this but not an official statement* from Mac. This means users may need to downgrade their OS to fix in this manner. *I also haven't looked very hard |
Yep. The Xcode14 app is not working for Sonoma anymore, but we can still use clang14-0. I am with Sonoma and using the clang14 version here. That is a temporary fix until Xcode sorts this issue or, as you pointed out, we can try a bigger fix for Xcode15. |
name: "Bug fix or new feature"
description: ''
title: ''
labels: ''
assignees: ''
Description
Please include a summary of the changes introduced by this PR.
Additionally include any relevant motivation and context. List any
dependencies that are required for this change, other PRs upon
which this may depend, and associated issues.
Associated Pull Requests:
Fixes Issues:
If issues are fixed by this PR, prepend each of them with the word
"fixes", so they are automatically closed when this PR is merged. For
example "fixes #123, fixes #456".
Checklist for author:
make lintin thefiredrakesource directory).make linkcheck; make html; make latexpdfinfiredrake/docsdirectory)pytest testsin thefiredrakesource directory) (useful, but not essential if you don't have suitable hardware).Checklist for reviewer:
Feel free to add reviewers if you know there is someone who is already aware of this work.
Please open this PR initially as a draft and mark as ready for review once CI tests are passing.