Remove version constraints
This commit is contained in:
@@ -54,5 +54,4 @@ def install(self, spec, prefix):
|
||||
env['CC'] = spec['mpi'].mpicc
|
||||
python('setup.py', 'configure', '--mpi')
|
||||
|
||||
python('setup.py', 'install', '--single-version-externally-managed',
|
||||
'--root=/', '--prefix={0}'.format(prefix))
|
||||
python('setup.py', 'install', '--prefix={0}'.format(prefix))
|
||||
|
Reference in New Issue
Block a user