summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2022-11-07 07:13:17 -0800
committerGitHub <noreply@github.com>2022-11-07 16:13:17 +0100
commit1eb35d037820238e00b0f33004012220e3a816e5 (patch)
tree2baf4f3b66cc81d9a98392745fc3d1f8c219d572 /lib
parent74c3fbdf87fa685cc915a1a07175849c7abe386f (diff)
downloadspack-1eb35d037820238e00b0f33004012220e3a816e5.tar.gz
spack-1eb35d037820238e00b0f33004012220e3a816e5.tar.bz2
spack-1eb35d037820238e00b0f33004012220e3a816e5.tar.xz
spack-1eb35d037820238e00b0f33004012220e3a816e5.zip
Doc: `lsb-release` (#32479)
Without the `lsb-release` tool installed, Spack cannot identify the Ubuntu/Debian version.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/getting_started.rst2
-rw-r--r--lib/spack/docs/tables/system_prerequisites.csv1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index f923f4e9da..1bf99e09b3 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -44,7 +44,7 @@ A build matrix showing which packages are working on which systems is shown belo
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 make patch python3 python3-pip python3-setuptools unzip
+ 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
.. tab-item:: macOS Brew
diff --git a/lib/spack/docs/tables/system_prerequisites.csv b/lib/spack/docs/tables/system_prerequisites.csv
index af8dcafffa..efca033b62 100644
--- a/lib/spack/docs/tables/system_prerequisites.csv
+++ b/lib/spack/docs/tables/system_prerequisites.csv
@@ -11,6 +11,7 @@ bzip2, , , Compress/Decompress archives
xz, , , Compress/Decompress archives
zstd, , Optional, Compress/Decompress archives
file, , , Create/Use Buildcaches
+lsb-release, , , Linux: identify operating system version
gnupg2, , , Sign/Verify Buildcaches
git, , , Manage Software Repositories
svn, , Optional, Manage Software Repositories