Add missing mumps TPL commands (#25940)

This commit is contained in:
Weston Ortiz 2021-09-14 13:26:37 -06:00 committed by GitHub
parent c6edfa3f31
commit 56c375743a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,6 +555,7 @@ def define_enable(suffix, value=None):
('LAPACK', 'lapack'),
('Matio', 'matio'),
('METIS', 'metis'),
('MUMPS', 'mumps'),
('Netcdf', 'netcdf-c'),
('SCALAPACK', 'scalapack'),
('SuperLU', 'superlu'),