summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrenjithravindrankannath <94420380+renjithravindrankannath@users.noreply.github.com>2022-08-12 00:20:47 -0700
committerGitHub <noreply@github.com>2022-08-12 09:20:47 +0200
commit08e75f7a3e02ef697a5b38a692fb0c8282bd9e7d (patch)
tree866109bcb7a603ff42abc9f5457b58e08b103252 /lib
parent3c9daa3ef89eb10198a05400c349836be825b4d6 (diff)
downloadspack-08e75f7a3e02ef697a5b38a692fb0c8282bd9e7d.tar.gz
spack-08e75f7a3e02ef697a5b38a692fb0c8282bd9e7d.tar.bz2
spack-08e75f7a3e02ef697a5b38a692fb0c8282bd9e7d.tar.xz
spack-08e75f7a3e02ef697a5b38a692fb0c8282bd9e7d.zip
rocm: add v5.2 for the entire stack (#31591)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/compilers/xl.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/spack/spack/compilers/xl.py b/lib/spack/spack/compilers/xl.py
index 9f23e4e954..c87f28e78d 100644
--- a/lib/spack/spack/compilers/xl.py
+++ b/lib/spack/spack/compilers/xl.py
@@ -73,14 +73,6 @@ class Xl(Compiler):
raise UnsupportedCompilerFlag(self, "the C11 standard", "c11_flag", "< 12.1")
@property
- def cxx14_flag(self):
- # .real_version does not have the "y.z" component of "w.x.y.z", which
- # is required to distinguish whether support is available
- if self.version >= ver("16.1.1.8"):
- return "-std=c++14"
- raise UnsupportedCompilerFlag(self, "the C++14 standard", "cxx14_flag", "< 16.1.1.8")
-
- @property
def cc_pic_flag(self):
return "-qpic"