suite-sparse: fix build with GPU targets

This commit is contained in:
finkandreas 2023-04-15 14:18:45 +02:00 committed by GitHub
parent 161485a774
commit e7238a0f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,6 @@ def install(self, spec, prefix):
"KLU",
"UMFPACK",
"RBio",
"SPQR",
]
if spec.satisfies("+cuda"):
targets.extend(["SuiteSparse_GPURuntime", "GPUQREngine"])