Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,29 @@ For Homebrew it is sometimes useful to run the command::
as this can flag issues with your system that should be resolved before
installing Firedrake.

Unable to configure PETSc on macOS

Authorization required, but no authorization protocol specified
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you see the warning message::

Authorization required, but no authorization protocol specified

printed to your terminal when you run programs then you can fix this
by setting the environment variable::

$ export HWLOC_COMPONENTS="-gl"

Hanging during pip install firedrake
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you encounter hanging during ``pip install firedrake`` it is
possible that this can also be fixed by setting the environment
variable::

$ export HWLOC_COMPONENTS="-gl"

.. _customising:

Customising Firedrake
Expand Down
Loading