Always install xproto in serial (#4809)
This commit is contained in:
parent
e2485efb94
commit
2bd8d7a36a
@ -43,3 +43,8 @@ class Xproto(AutotoolsPackage):
|
||||
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# Installation fails in parallel
|
||||
# See https://github.com/LLNL/spack/issues/4805
|
||||
make('install', parallel=False)
|
||||
|
Loading…
Reference in New Issue
Block a user