Skip to content
Snippets Groups Projects
Unverified Commit 4b48f703 authored by Tomoki, Karatsu's avatar Tomoki, Karatsu Committed by GitHub
Browse files

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

parent 0f484380
Branches
Tags
No related merge requests found
...@@ -73,3 +73,7 @@ def install(self, spec, prefix): ...@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment