Fix superlu-dist package for cray fortran (#35728)

The superlu-dist code developers modified the code such that the patch
is no longer needer for `@7.2.0:`  (the patch will actually fail)
This commit is contained in:
luker 2023-03-01 12:49:06 -06:00 committed by GitHub
parent f2363c1cb5
commit 3c411bf135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,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")
patch("CMAKE_INSTALL_LIBDIR.patch", when="@7.0.0:7.2.0")
def cmake_args(self):