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