Skip to content

Commit

Permalink
Avoid race in pango's make install, set parallel=False
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Mar 8, 2016
1 parent 96e1b2d commit 18ce5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/pango/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class Pango(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()
make("install")
make("install", parallel=False)

0 comments on commit 18ce5cc

Please sign in to comment.