arpack-ng: use spec['mpi'].mpif77

This commit is contained in:
Denis Davydov 2016-07-06 13:23:51 +02:00
parent f5f7abd71f
commit a47b3ba01b

View File

@ -113,7 +113,7 @@ def install(self, spec, prefix):
if '+mpi' in spec:
options.extend([
'--enable-mpi',
'F77=mpif77' #FIXME: avoid hardcoding MPI wrapper names
'F77=%s' % spec['mpi'].mpif77
])
if '~shared' in spec: