spack create should use setup_py() instead of python()

This commit is contained in:
Adam J. Stewart 2016-08-02 12:20:28 -05:00
parent a03a35565e
commit 941acef009

View File

@ -165,7 +165,7 @@ def install(self, spec, prefix):
'python': """\
# FIXME: Add logic to build and install here.
python('setup.py', 'install', '--prefix={0}'.format(prefix))""",
setup_py('install', '--prefix={0}'.format(prefix))""",
'R': """\
# FIXME: Add logic to build and install here.