From 544b147370e63544188158739102dc00942a2499 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 6 Nov 2016 14:23:21 -0800 Subject: Add detection for redhat enterprise server to distro.py (#2262) --- lib/spack/external/distro.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/spack/external/distro.py b/lib/spack/external/distro.py index 0fa183ec22..091bba3db8 100644 --- a/lib/spack/external/distro.py +++ b/lib/spack/external/distro.py @@ -60,7 +60,8 @@ NORMALIZED_OS_ID = {} #: * 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 -- cgit v1.2.3-60-g2f50