Spelling tweaks and consistent quoting
This commit is contained in:
parent
5661afa315
commit
226d4f04f3
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ class Plumed(Package):
|
||||||
variant('mpi', default=True, description='Activates MPI support')
|
variant('mpi', default=True, description='Activates MPI support')
|
||||||
variant('gsl', default=True, description='Activates GSL support')
|
variant('gsl', default=True, description='Activates GSL support')
|
||||||
|
|
||||||
# Dependencies. LAPACK and BLAS are recommended but not essentia
|
# Dependencies. LAPACK and BLAS are recommended but not essential.
|
||||||
depends_on('zlib')
|
depends_on('zlib')
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
depends_on('lapack')
|
depends_on('lapack')
|
||||||
|
@ -106,7 +106,7 @@ def install(self, spec, prefix):
|
||||||
# with MPI you should use:
|
# with MPI you should use:
|
||||||
#
|
#
|
||||||
# > ./configure CXX="$MPICXX"
|
# > ./configure CXX="$MPICXX"
|
||||||
configure_opts = ["--prefix=" + prefix]
|
configure_opts = ['--prefix=' + prefix]
|
||||||
|
|
||||||
# If using MPI then ensure the correct compiler wrapper is used.
|
# If using MPI then ensure the correct compiler wrapper is used.
|
||||||
if '+mpi' in spec:
|
if '+mpi' in spec:
|
||||||
|
|
Loading…
Reference in a new issue