Add detection for redhat enterprise server to distro.py (#2262)
This commit is contained in:
parent
6f2c05b888
commit
544b147370
1 changed files with 2 additions and 1 deletions
3
lib/spack/external/distro.py
vendored
3
lib/spack/external/distro.py
vendored
|
@ -60,7 +60,8 @@
|
|||
#: * Value: Normalized value.
|
||||
NORMALIZED_LSB_ID = {
|
||||
'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux
|
||||
'redhatenterpriseworkstation': 'rhel', # RHEL 6.7
|
||||
'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation
|
||||
'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server
|
||||
}
|
||||
|
||||
#: Translation table for normalizing the distro ID derived from the file name
|
||||
|
|
Loading…
Reference in a new issue