Merge pull request #1424 from adamjstewart/features/setup_py
spack create should use setup_py() instead of python()
This commit is contained in:
		| @@ -165,7 +165,7 @@ def install(self, spec, prefix): | |||||||
|  |  | ||||||
|     'python': """\ |     'python': """\ | ||||||
|         # FIXME: Add logic to build and install here. |         # FIXME: Add logic to build and install here. | ||||||
|         python('setup.py', 'install', '--prefix={0}'.format(prefix))""", |         setup_py('install', '--prefix={0}'.format(prefix))""", | ||||||
|  |  | ||||||
|     'R': """\ |     'R': """\ | ||||||
|         # FIXME: Add logic to build and install here. |         # FIXME: Add logic to build and install here. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 becker33
					becker33