minighost package: fixed a typo (#7349)

This commit is contained in:
Christoph Junghans 2018-02-27 11:23:33 -07:00 committed by scheibelp
parent ae1759eb16
commit 2244e43e2b

View file

@ -56,7 +56,7 @@ def build_targets(self):
targets.append('FC={0}'.format(self.spec['mpi'].mpif77)) targets.append('FC={0}'.format(self.spec['mpi'].mpif77))
targets.append('CC={0}'.format(self.spec['mpi'].mpicc)) targets.append('CC={0}'.format(self.spec['mpi'].mpicc))
targets.append( targets.append(
'LIBS=-lm -lmpicxx') 'LIBS=-lm -lmpi_cxx')
else: else:
targets.append('PROTOCOL=-D_MG_SERIAL') targets.append('PROTOCOL=-D_MG_SERIAL')
targets.append('FC=f77') targets.append('FC=f77')