summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorBryce Torcello <losuler@posteo.net>2023-05-03 17:04:16 +0000
committerGitHub <noreply@github.com>2023-05-03 19:04:16 +0200
commit541cdbbef29c550f747a157a5e99a6e96b13c9ea (patch)
treed1ce29638a0052212c97b039bca7fc6cb2aaed46 /lib/spack/docs/getting_started.rst
parenteda806ab9738e2fcaded8ced97d4d9b1d692962b (diff)
downloadspack-541cdbbef29c550f747a157a5e99a6e96b13c9ea.tar.gz
spack-541cdbbef29c550f747a157a5e99a6e96b13c9ea.tar.bz2
spack-541cdbbef29c550f747a157a5e99a6e96b13c9ea.tar.xz
spack-541cdbbef29c550f747a157a5e99a6e96b13c9ea.zip
docs: update RHEL/CentOS system prerequisites (#36720)
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 46bf657d62..3c077490a2 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -41,12 +41,9 @@ A build matrix showing which packages are working on which systems is shown belo
.. code-block:: console
- yum update -y
- yum install -y epel-release
- yum update -y
- yum --enablerepo epel groupinstall -y "Development Tools"
- yum --enablerepo epel install -y curl findutils gcc-c++ gcc gcc-gfortran git gnupg2 hostname iproute redhat-lsb-core make patch python3 python3-pip python3-setuptools unzip
- python3 -m pip install boto3
+ 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
.. tab-item:: macOS Brew