Merge pull request #1424 from adamjstewart/features/setup_py

spack create should use setup_py() instead of python()
This commit is contained in:
becker33 2016-08-02 10:28:14 -07:00 committed by GitHub
commit 13d9eed85b

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.