arpack: fix for +mpi variant
This commit is contained in:
		| @@ -50,7 +50,10 @@ def install(self, spec, prefix): | ||||
|         options = ['--prefix=%s' % prefix] | ||||
|  | ||||
|         if '+mpi' in spec: | ||||
|             options.append('--enable-mpi') | ||||
|             options.extend([ | ||||
|                 '--enable-mpi', | ||||
|                 'F77=mpif77' #FIXME: avoid hardcoding MPI wrapper names | ||||
|             ]) | ||||
|  | ||||
|         if '~shared' in spec: | ||||
|             options.append('--enable-shared=no') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Denis Davydov
					Denis Davydov