spack create should use setup_py() instead of python()
This commit is contained in:
parent
a03a35565e
commit
941acef009
@ -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 New Issue
Block a user