suite-sparse: Add CXSparse and SPQR to targets (#27804)
This commit is contained in:
		| @@ -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([ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Glenn Johnson
					Glenn Johnson