Update camp missing headers patch to be applied with all compilers (#42857)

This commit is contained in:
Mikael Simberg 2024-02-26 18:30:01 +01:00 committed by GitHub
parent b8e8fa2dcd
commit c7df258ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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")