Skip to content

Commit

Permalink
Fixing issue wheh overwriting build_args in PythonPackage (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCVilla authored and adamjstewart committed Feb 21, 2017
1 parent 3195264 commit d49cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/cmd/create.py
Expand Up @@ -231,7 +231,7 @@ class PythonPackageTemplate(PackageTemplate):
# depends_on('py-foo', type=('build', 'run'))"""

body = """\
def build_args(self):
def build_args(self, spec, prefix):
# FIXME: Add arguments other than --prefix
# FIXME: If not needed delete the function
args = []
Expand Down

0 comments on commit d49cb27

Please sign in to comment.