arpack-ng: use spec['mpi'].mpif77
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user