py-scipy: remove -j flag (#28460)
This commit is contained in:
parent
d6c841f67c
commit
abe77ec8ab
1 changed files with 0 additions and 8 deletions
|
@ -105,14 +105,6 @@ def install_options(self, spec, prefix):
|
|||
args = []
|
||||
if spec.satisfies('%fj'):
|
||||
args.extend(['config_fc', '--fcompiler=fujitsu'])
|
||||
|
||||
# Build in parallel
|
||||
# Known problems with Python 3.5+
|
||||
# https://github.com/spack/spack/issues/7927
|
||||
# https://github.com/scipy/scipy/issues/7112
|
||||
if not spec.satisfies('^python@3.5:'):
|
||||
args.extend(['-j', str(make_jobs)])
|
||||
|
||||
return args
|
||||
|
||||
@run_after('install')
|
||||
|
|
Loading…
Reference in a new issue