diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mpich/package.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py index 8ce040d757..c685109730 100644 --- a/var/spack/repos/builtin/packages/mpich/package.py +++ b/var/spack/repos/builtin/packages/mpich/package.py @@ -174,10 +174,10 @@ with '-Wl,-commons,use_dylibs' and without depends_on('argobots', when='+argobots') # building from git requires regenerating autotools files - depends_on('automake@1.15:', when='@develop', type=("build")) - depends_on('libtool@2.4.4:', when='@develop', type=("build")) - depends_on("m4", when="@develop", type=("build")), - depends_on("autoconf@2.67:", when='@develop', type=("build")) + depends_on('automake@1.15:', when='@develop', type='build') + depends_on('libtool@2.4.4:', when='@develop', type='build') + depends_on("m4", when="@develop", type='build'), + depends_on("autoconf@2.67:", when='@develop', type='build') # building with "+hwloc' also requires regenerating autotools files depends_on('automake@1.15:', when='@3.3:3.3.99 +hwloc', type="build") |