summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-11-12 08:59:07 +0100
committerGitHub <noreply@github.com>2024-11-12 08:59:07 +0100
commite33cbac01fdfca24190bba0a9b0f28cad511788b (patch)
tree5684bdd2f28799d033692b723321b558d1fd2d2f
parentada4c208d4e72d798acac54820984b74ddb8cf62 (diff)
downloadspack-e33cbac01fdfca24190bba0a9b0f28cad511788b.tar.gz
spack-e33cbac01fdfca24190bba0a9b0f28cad511788b.tar.bz2
spack-e33cbac01fdfca24190bba0a9b0f28cad511788b.tar.xz
spack-e33cbac01fdfca24190bba0a9b0f28cad511788b.zip
getting_started.rst: fix list of spack deps (#47557)
-rw-r--r--lib/spack/docs/getting_started.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index cb8a586e3c..6654f50e77 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -35,7 +35,7 @@ A build matrix showing which packages are working on which systems is shown belo
.. code-block:: console
apt update
- apt install build-essential ca-certificates coreutils curl environment-modules gfortran git gpg lsb-release python3 python3-distutils python3-venv unzip zip
+ apt install bzip2 ca-certificates file g++ gcc gfortran git gzip lsb-release patch python3 tar unzip xz-utils zstd
.. tab-item:: RHEL
@@ -43,14 +43,14 @@ A build matrix showing which packages are working on which systems is shown belo
dnf install epel-release
dnf group install "Development Tools"
- dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
+ dnf install gcc-gfortran redhat-lsb-core python3 unzip
.. tab-item:: macOS Brew
.. code-block:: console
brew update
- brew install curl gcc git gnupg zip
+ brew install gcc git zip
------------
Installation