Doc: lsb-release
(#32479)
Without the `lsb-release` tool installed, Spack cannot identify the Ubuntu/Debian version.
This commit is contained in:
parent
74c3fbdf87
commit
1eb35d0378
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue