suite-sparse: Add CXSparse and SPQR to targets (#27804)
This commit is contained in:
parent
e6432d2380
commit
599b8c3533
@ -190,10 +190,12 @@ def install(self, spec, prefix):
|
|||||||
'CCOLAMD',
|
'CCOLAMD',
|
||||||
'COLAMD',
|
'COLAMD',
|
||||||
'CHOLMOD',
|
'CHOLMOD',
|
||||||
|
'CXSparse',
|
||||||
'LDL',
|
'LDL',
|
||||||
'KLU',
|
'KLU',
|
||||||
'UMFPACK',
|
'UMFPACK',
|
||||||
'RBio'
|
'RBio',
|
||||||
|
'SPQR'
|
||||||
]
|
]
|
||||||
if spec.satisfies('+cuda'):
|
if spec.satisfies('+cuda'):
|
||||||
targets.extend([
|
targets.extend([
|
||||||
|
Loading…
Reference in New Issue
Block a user