Merge pull request #1424 from adamjstewart/features/setup_py
spack create should use setup_py() instead of python()
This commit is contained in:
commit
13d9eed85b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue