From 3c411bf13587db957c2005616b1a2b68f1be44c3 Mon Sep 17 00:00:00 2001 From: luker Date: Wed, 1 Mar 2023 12:49:06 -0600 Subject: 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) --- var/spack/repos/builtin/packages/superlu-dist/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/superlu-dist/package.py b/var/spack/repos/builtin/packages/superlu-dist/package.py index 21c63a0039..929a4b6e82 100644 --- a/var/spack/repos/builtin/packages/superlu-dist/package.py +++ b/var/spack/repos/builtin/packages/superlu-dist/package.py @@ -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): -- cgit v1.2.3-70-g09d2