Skip to content

Commit e5fd48a

Browse files
Lutz Grossclaude
andcommitted
Add python3-silo test dependency to installation docs
The Silo file format tests require the Python Silo bindings (python3-silo on Debian/Ubuntu) to read back and compare generated .silo files against reference files. Added "For running the test suite" sections for all Linux platforms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 60395a5 commit e5fd48a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

doc/sphinx_api/installation.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ For symbolic mathematics support, additionally install:
200200
201201
sudo apt-get install python3-sympy
202202
203+
For running the test suite, additionally install:
204+
205+
.. code-block:: bash
206+
207+
sudo apt-get install python3-silo
208+
203209
Build esys-escript:
204210

205211
.. code-block:: bash
@@ -239,6 +245,12 @@ For symbolic mathematics support, additionally install:
239245
240246
sudo apt-get install python3-sympy
241247
248+
For running the test suite, additionally install:
249+
250+
.. code-block:: bash
251+
252+
sudo apt-get install python3-silo
253+
242254
Build esys-escript:
243255

244256
.. code-block:: bash
@@ -282,6 +294,12 @@ For symbolic mathematics support:
282294
283295
sudo pacman -Sy python-sympy
284296
297+
For running the test suite, additionally install:
298+
299+
.. code-block:: bash
300+
301+
sudo pacman -Sy python-silo
302+
285303
Build esys-escript:
286304

287305
.. code-block:: bash
@@ -323,6 +341,12 @@ For symbolic mathematics support:
323341
324342
sudo dnf install python3-sympy
325343
344+
For running the test suite, additionally install:
345+
346+
.. code-block:: bash
347+
348+
sudo dnf install python3-silo
349+
326350
Build esys-escript:
327351

328352
.. code-block:: bash
@@ -360,6 +384,12 @@ For symbolic mathematics support:
360384
361385
sudo zypper in python3-sympy
362386
387+
For running the test suite, additionally install:
388+
389+
.. code-block:: bash
390+
391+
sudo zypper in python3-silo
392+
363393
Build esys-escript:
364394

365395
.. code-block:: bash
@@ -409,6 +439,12 @@ For symbolic mathematics support:
409439
410440
sudo dnf install python3-sympy
411441
442+
For running the test suite, additionally install:
443+
444+
.. code-block:: bash
445+
446+
sudo dnf install python3-silo
447+
412448
Build esys-escript:
413449

414450
.. code-block:: bash

0 commit comments

Comments
 (0)