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

minismac2d: fix build with external Debian MPI (#7318)

parent 35115127
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def build_targets(self):
'CPP=cpp',
'FC={0}'.format(self.spec['mpi'].mpifc),
'LD={0}'.format(self.spec['mpi'].mpifc),
'MPIDIR=-I{0}/include'.format(self.spec['mpi'].prefix),
'MPIDIR=-I{0}'.format(self.spec['mpi'].headers.directories[0]),
'CPPFLAGS=-P -traditional -DD_PRECISION',
'FFLAGS=-O3 -c -g -DD_PRECISION',
'LDFLAGS=-O3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment