arpack-ng: use spec['mpi'].mpif77
This commit is contained in:
parent
f5f7abd71f
commit
a47b3ba01b
@ -113,7 +113,7 @@ def install(self, spec, prefix):
|
|||||||
if '+mpi' in spec:
|
if '+mpi' in spec:
|
||||||
options.extend([
|
options.extend([
|
||||||
'--enable-mpi',
|
'--enable-mpi',
|
||||||
'F77=mpif77' #FIXME: avoid hardcoding MPI wrapper names
|
'F77=%s' % spec['mpi'].mpif77
|
||||||
])
|
])
|
||||||
|
|
||||||
if '~shared' in spec:
|
if '~shared' in spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user