summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/platforms/cray_xc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/platforms/cray_xc.py b/lib/spack/spack/platforms/cray_xc.py
index fd16f7d9ba..e3c7761a94 100644
--- a/lib/spack/spack/platforms/cray_xc.py
+++ b/lib/spack/spack/platforms/cray_xc.py
@@ -48,8 +48,8 @@ class CrayXc(Platform):
def detect(self):
try:
cc_verbose = which('ftn')
- text = cc_verbose('-craype-verbose',
- output=str, error=str,
+ text = cc_verbose('-craype-verbose',
+ output=str, error=str,
ignore_errors=True).split()
if '-D__CRAYXC' in text:
return True