Skip to content

Commit 5ece166

Browse files
authored
superlu-dist: add patch for compilation with CUDA (spack#1968)
1 parent 20cc417 commit 5ece166

File tree

1 file changed

+5
-0
lines changed
  • repos/spack_repo/builtin/packages/superlu_dist

1 file changed

+5
-0
lines changed

repos/spack_repo/builtin/packages/superlu_dist/package.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ class SuperluDist(CMakePackage, CudaPackage, ROCmPackage):
8888
patch("xl-611.patch", when="@:6.1.1 %xl_r")
8989
patch("superlu-cray-ftn-case.patch", when="@7.1.1 %cce")
9090
patch("CMAKE_INSTALL_LIBDIR.patch", when="@7.0.0:7.2.0")
91+
patch(
92+
"https://github.com/xiaoyeli/superlu_dist/commit/5a1946f347e6d813a250af874dee0942f4fdfc44.patch?full_index=1",
93+
sha256="6472c192f6d24d4d762193385c5a46a536282cae786c13354a5e80f5ebfac64c",
94+
when="@9.0:9.1",
95+
)
9196

9297
def cmake_args(self):
9398
spec = self.spec

0 commit comments

Comments
 (0)