From fa4d58db52ae90fa3159487af484578038d55b42 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sat, 25 Oct 2014 14:38:42 -0700 Subject: Add a dummy depends_on to the boilerplate. --- lib/spack/spack/cmd/create.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/spack/spack/cmd/create.py b/lib/spack/spack/cmd/create.py index 5f6350c8e8..7ac10285a4 100644 --- a/lib/spack/spack/cmd/create.py +++ b/lib/spack/spack/cmd/create.py @@ -72,6 +72,9 @@ class ${class_name}(Package): ${versions} + # FIXME: Add dependencies if this package requires them. + # depends_on("foo") + def install(self, spec, prefix): # FIXME: Modify the configure line to suit your build system here. ${configure} -- cgit v1.2.3-60-g2f50