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:
QuellynSnead 2022-04-23 05:01:13 -06:00 committed by GitHub
parent 44b409d696
commit 6162ea95b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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