Update camp missing headers patch to be applied with all compilers (#42857)
This commit is contained in:
parent
b8e8fa2dcd
commit
c7df258ca6
@ -58,7 +58,7 @@ class Camp(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("blt", type="build")
|
||||
depends_on("blt@0.5.0:0.5.3", type="build", when="@2022.03.0:")
|
||||
|
||||
patch("gcc-13-missing-header.patch", when="@:2022.10 %gcc@13:")
|
||||
patch("libstdc++-13-missing-header.patch", when="@:2022.10")
|
||||
|
||||
conflicts("^blt@:0.3.6", when="+rocm")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user