gobject-introspection: build sequentially when using the Fujitsu compiler. (#17092)

This commit is contained in:
Tomoki, Karatsu 2020-06-16 21:51:29 +09:00 committed by GitHub
parent 0f484380f5
commit 4b48f70393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,3 +73,7 @@ def install(self, spec, prefix):
def setup_build_environment(self, env):
env.set('SPACK_SBANG', "%s/bin/sbang" % spack_root)
@property
def parallel(self):
return not self.spec.satisfies('%fj')