From ceb172eaf708afe0f6e7c12d833e161756188fb6 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 29 Jan 2025 10:19:19 -0800 Subject: [PATCH] Doc: Update Spack Instructions (#5587) Update the Spack instructions to reflect our early 2024 change to include the Python bindings as a variant of the `warpx` package and remove the `py-warpx` package. Close #5563 --- Docs/source/install/users.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Docs/source/install/users.rst b/Docs/source/install/users.rst index 47378bbf6d6..650cbacd4d0 100644 --- a/Docs/source/install/users.rst +++ b/Docs/source/install/users.rst @@ -79,7 +79,7 @@ Using the Spack Package ----------------------- Packages for WarpX are available via the `Spack `__ package manager. -The package ``warpx`` installs executables and the package ``py-warpx`` includes Python bindings, i.e. `PICMI `_. +The package ``warpx`` installs executables and the variant ``warpx +python`` also includes Python bindings, i.e. `PICMI `__. .. code-block:: bash @@ -88,11 +88,11 @@ The package ``warpx`` installs executables and the package ``py-warpx`` includes spack buildcache keys --install --trust # see `spack info py-warpx` for build options. - # optional arguments: -mpi ^warpx dims=2 compute=cuda - spack install py-warpx - spack load py-warpx + # optional arguments: -mpi compute=cuda + spack install warpx +python + spack load warpx +python -See ``spack info warpx`` or ``spack info py-warpx`` and `the official Spack tutorial `__ for more information. +See ``spack info warpx`` and `the official Spack tutorial `__ for more information. .. _install-pypi: