Skip to content
Snippets Groups Projects
Unverified Commit 96f95764 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

minighost: another Ubuntu fix (#7359)

parent 94c8299a
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ def build_targets(self): ...@@ -63,7 +63,7 @@ def build_targets(self):
if '%gcc' in self.spec: if '%gcc' in self.spec:
targets.append('COMPILER_SUITE=gnu') targets.append('COMPILER_SUITE=gnu')
if '+mpi' in self.spec: if '+mpi' in self.spec:
targets.append('LIBS=-lm -lmpi_cxx -lgfortran') targets.append('LIBS=-lm -lmpi_f77 -lmpi -lgfortran')
else: else:
targets.append('LIBS=-lm -lgfortran') targets.append('LIBS=-lm -lgfortran')
elif '%cce' in self.spec: elif '%cce' in self.spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment