Renamed intelmpi as suggested

This commit is contained in:
Andrew Williams 2016-08-22 13:44:21 +01:00
parent 87d15212eb
commit 65abd279cd

View File

@ -115,10 +115,10 @@ def install(self, spec, prefix):
'CXX={0}'.format(spec['mpi'].mpicxx)
])
# If the MPI dependency is provided by the intelmpi package then
# If the MPI dependency is provided by the intel-mpi package then
# the following additional argument is required to allow it to
# build.
if spec.satisfies('^intelmpi'):
if spec.satisfies('^intel-mpi'):
configure_opts.extend([
'STATIC_LIBS=-mt_mpi'
])