From 65abd279cda184303922bb610f518009f2e6f6d0 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 22 Aug 2016 13:44:21 +0100 Subject: Renamed intelmpi as suggested --- var/spack/repos/builtin/packages/plumed/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/plumed/package.py b/var/spack/repos/builtin/packages/plumed/package.py index 8a0e631463..02d9852add 100644 --- a/var/spack/repos/builtin/packages/plumed/package.py +++ b/var/spack/repos/builtin/packages/plumed/package.py @@ -115,10 +115,10 @@ class Plumed(Package): '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' ]) -- cgit v1.2.3-70-g09d2