petsc: fix build with trilinos (#25289)

This commit is contained in:
Satish Balay 2021-08-09 03:02:47 -05:00 committed by GitHub
parent ea71eb35d3
commit f6cb076229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -395,7 +395,7 @@ def install(self, spec, prefix):
('hdf5:hl,fortran', 'hdf5', True, True), ('hdf5:hl,fortran', 'hdf5', True, True),
'zlib', 'zlib',
'mumps', 'mumps',
'trilinos', ('trilinos', 'trilinos', False, False),
('fftw:mpi', 'fftw', True, True), ('fftw:mpi', 'fftw', True, True),
('valgrind', 'valgrind', False, False), ('valgrind', 'valgrind', False, False),
'gmp', 'gmp',