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:
parent
f2363c1cb5
commit
3c411bf135
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user