Skip to content
Snippets Groups Projects
Commit 65abd279 authored by Andrew Williams's avatar Andrew Williams
Browse files

Renamed intelmpi as suggested

parent 87d15212
Branches
Tags
No related merge requests found
......@@ -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'
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment