Add detection for redhat enterprise server to distro.py (#2262)
This commit is contained in:
parent
6f2c05b888
commit
544b147370
3
lib/spack/external/distro.py
vendored
3
lib/spack/external/distro.py
vendored
@ -60,7 +60,8 @@
|
|||||||
#: * Value: Normalized value.
|
#: * Value: Normalized value.
|
||||||
NORMALIZED_LSB_ID = {
|
NORMALIZED_LSB_ID = {
|
||||||
'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux
|
'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
|
#: Translation table for normalizing the distro ID derived from the file name
|
||||||
|
Loading…
Reference in New Issue
Block a user