Skip to content

Commit 6cd37eb

Browse files
committed
Add pyrol optional group with documentation blurb
1 parent 040b1e4 commit 6cd37eb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/source/install.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,17 @@ dependency. For example::
423423
$ pip install --no-binary h5py 'firedrake[check,jax]'
424424

425425

426+
PyROL
427+
~~~~~
428+
429+
To install Firedrake with `ROL <https://trilinos.github.io/rol.html>`_, it should
430+
be installed using the ``pyrol`` optional dependency. This installs the
431+
``pyroltrilinos`` package, which includes both the PyROL interface and a
432+
compatible version of the ROL library. For example::
433+
434+
$ pip install --no-binary h5py 'firedrake[check,pyrol]'
435+
436+
426437
Netgen
427438
~~~~~~
428439

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ netgen = [
9393
# TODO RELEASE
9494
# "ngsPETSc",
9595
]
96+
pyrol = [
97+
"pyroltrilinos",
98+
]
9699
slepc = [
97100
# TODO RELEASE
98101
# "slepc4py==3.23.2",

0 commit comments

Comments
 (0)