Fix regression of install -j.

This commit is contained in:
Todd Gamblin 2015-07-14 23:45:58 -07:00
parent 2e90599283
commit 0d308ca30f

View File

@ -832,6 +832,10 @@ def real_work():
cleanup()
raise
# Set parallelism before starting build.
self.make_jobs = make_jobs
# Do the build.
spack.build_environment.fork(self, real_work)
# Once everything else is done, run post install hooks