gobject-introspection: build sequentially when using the Fujitsu compiler. (#17092)
This commit is contained in:
parent
0f484380f5
commit
4b48f70393
@ -73,3 +73,7 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
def setup_build_environment(self, env):
|
def setup_build_environment(self, env):
|
||||||
env.set('SPACK_SBANG', "%s/bin/sbang" % spack_root)
|
env.set('SPACK_SBANG', "%s/bin/sbang" % spack_root)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def parallel(self):
|
||||||
|
return not self.spec.satisfies('%fj')
|
||||||
|
Loading…
Reference in New Issue
Block a user