superlu-dist: superlu-cray-ftn-case.patch patch does not apply for versions older than 7.1.0 (#27913)

This commit is contained in:
Satish Balay 2021-12-10 21:58:22 -06:00 committed by GitHub
parent 2f35b0487b
commit e4da7db567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ class SuperluDist(CMakePackage, CudaPackage, ROCmPackage):
patch('xl-611.patch', when='@:6.1.1 %xl')
patch('xl-611.patch', when='@:6.1.1 %xl_r')
patch('superlu-cray-ftn-case.patch', when='@:7.1.1 %cce')
patch('superlu-cray-ftn-case.patch', when='@7.1.1 %cce')
def cmake_args(self):
spec = self.spec