suite-sparse: fix build with GPU targets
This commit is contained in:
parent
161485a774
commit
e7238a0f26
@ -244,7 +244,6 @@ def install(self, spec, prefix):
|
|||||||
"KLU",
|
"KLU",
|
||||||
"UMFPACK",
|
"UMFPACK",
|
||||||
"RBio",
|
"RBio",
|
||||||
"SPQR",
|
|
||||||
]
|
]
|
||||||
if spec.satisfies("+cuda"):
|
if spec.satisfies("+cuda"):
|
||||||
targets.extend(["SuiteSparse_GPURuntime", "GPUQREngine"])
|
targets.extend(["SuiteSparse_GPURuntime", "GPUQREngine"])
|
||||||
|
Loading…
Reference in New Issue
Block a user