TAU needs to specify pdt_c++ if built with intel. (#23775)

This commit is contained in:
wspear
2021-05-18 19:08:14 -07:00
committed by GitHub
parent 5bd42d1b31
commit b21a4f5c89

View File

@@ -179,6 +179,8 @@ def install(self, spec, prefix):
if '+pdt' in spec:
options.append("-pdt=%s" % spec['pdt'].prefix)
if spec['pdt'].satisfies("%intel"):
options.append("-pdt_c++=icpc")
if '+scorep' in spec:
options.append("-scorep=%s" % spec['scorep'].prefix)