trilinos: limit secas patch range for cce (#30205)
The cray_secas.patch no longer appears to be necessary with cce 13.x. Limit its application to cce 12.14.1 - 12.99.99.
This commit is contained in:
parent
44b409d696
commit
6162ea95b0
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
|||
patch('xlf_tpetra.patch', when='@12.12.1 %' + _compiler)
|
||||
patch('fix_clang_errors_12_18_1.patch', when='@12.18.1%clang')
|
||||
patch('cray_secas_12_12_1.patch', when='@12.12.1%cce')
|
||||
patch('cray_secas.patch', when='@12.14.1:%cce')
|
||||
patch('cray_secas.patch', when='@12.14.1:12%cce')
|
||||
|
||||
# workaround an NVCC bug with c++14 (https://github.com/trilinos/Trilinos/issues/6954)
|
||||
# avoid calling deprecated functions with CUDA-11
|
||||
|
|
Loading…
Reference in a new issue