Constrain __skip_rocmclang
workaround in pika package (#32208)
This commit is contained in:
parent
abad24265e
commit
8b49790784
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def cmake_args(self):
|
||||||
# HIP support requires compiling with hipcc
|
# HIP support requires compiling with hipcc
|
||||||
if "+rocm" in self.spec:
|
if "+rocm" in self.spec:
|
||||||
args += [self.define("CMAKE_CXX_COMPILER", self.spec["hip"].hipcc)]
|
args += [self.define("CMAKE_CXX_COMPILER", self.spec["hip"].hipcc)]
|
||||||
if self.spec.satisfies("^cmake@3.21:"):
|
if self.spec.satisfies("^cmake@3.21.0:3.21.2"):
|
||||||
args += [self.define("__skip_rocmclang", True)]
|
args += [self.define("__skip_rocmclang", True)]
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
Loading…
Reference in a new issue