Feature Proposal : Make All Python Extensions User Configuration Independent (#1435)
* Updated all Python extension packages to use 'setup_py' on install. * Fixed a few minor style issues with the updated Python packages.
This commit is contained in:

committed by
Todd Gamblin

parent
415ddeecf8
commit
82fcc5e1de
@@ -64,6 +64,4 @@ def patch(self):
|
||||
'shiboken_postinstall.py')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
python('setup.py', 'install',
|
||||
'--prefix=%s' % prefix,
|
||||
'--jobs=%s' % make_jobs)
|
||||
setup_py('install', '--prefix=%s' % prefix, '--jobs=%s' % make_jobs)
|
||||
|
Reference in New Issue
Block a user