petsc: add libspqr.so to list of suite-sparse libraries (#28478)

Should fix  #28477
This commit is contained in:
Tom Payerle 2022-01-18 13:20:40 -05:00 committed by GitHub
parent e72f87ec64
commit 4d10df3003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,7 +425,7 @@ def install(self, spec, prefix):
('superlu-dist', 'superlu_dist', True, True), ('superlu-dist', 'superlu_dist', True, True),
('scotch', 'ptscotch', True, True), ('scotch', 'ptscotch', True, True),
('suite-sparse:umfpack,klu,cholmod,btf,ccolamd,colamd,camd,amd, \ ('suite-sparse:umfpack,klu,cholmod,btf,ccolamd,colamd,camd,amd, \
suitesparseconfig', 'suitesparse', True, True), suitesparseconfig,spqr', 'suitesparse', True, True),
('hdf5:hl,fortran', 'hdf5', True, True), ('hdf5:hl,fortran', 'hdf5', True, True),
'zlib', 'zlib',
'mumps', 'mumps',