superlu-dist: extend when to apply a patch (#32985)

This commit is contained in:
luker 2023-02-21 00:41:59 -06:00 committed by GitHub
parent 55e3026152
commit fbd5c5c2cd
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):