superlu_dist should be built with 'HAVE_PARMETIS=TRUE'. (#8917)

This commit is contained in:
Satish Balay 2018-08-08 19:50:48 -05:00 committed by scheibelp
parent bb5d83890d
commit 2e891a6312

View File

@ -71,6 +71,7 @@ def install(self, spec, prefix):
'BLASLIB = %s' % lapack_blas.ld_flags,
'METISLIB = %s' % spec['metis'].libs.ld_flags,
'PARMETISLIB = %s' % spec['parmetis'].libs.ld_flags,
'HAVE_PARMETIS= TRUE',
'FLIBS =',
'LIBS = $(DSUPERLULIB) $(BLASLIB) $(PARMETISLIB) $(METISLIB)', # noqa
'ARCH = ar',