Renamed intelmpi as suggested
This commit is contained in:
parent
87d15212eb
commit
65abd279cd
@ -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'
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user