diff options
author | Thomas Madlener <thomas.madlener@desy.de> | 2020-10-12 17:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 17:07:21 +0200 |
commit | bead81fab521ab6f77a5217ae9c03248350dc501 (patch) | |
tree | 194fd8cd910d59f11185cabe06874c5d120a4122 /var | |
parent | 2399c2e78d2ae0f28040ca345c80d11ef42e060e (diff) | |
download | spack-bead81fab521ab6f77a5217ae9c03248350dc501.tar.gz spack-bead81fab521ab6f77a5217ae9c03248350dc501.tar.bz2 spack-bead81fab521ab6f77a5217ae9c03248350dc501.tar.xz spack-bead81fab521ab6f77a5217ae9c03248350dc501.zip |
[whizard] Disable parallel builds to avoid race condition (#19270)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/whizard/package.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/whizard/package.py b/var/spack/repos/builtin/packages/whizard/package.py index 367a50e336..f7aee3ceb9 100644 --- a/var/spack/repos/builtin/packages/whizard/package.py +++ b/var/spack/repos/builtin/packages/whizard/package.py @@ -77,6 +77,10 @@ class Whizard(AutotoolsPackage): conflicts('%intel@:17', msg='The fortran compiler needs to support Fortran 2008. For more detailed information see https://whizard.hepforge.org/compilers.html') + # Trying to build in parallel leads to a race condition at the build step. + # See: https://github.com/key4hep/k4-spack/issues/71 + parallel = False + def setup_build_environment(self, env): # whizard uses the compiler during runtime, # and seems incompatible with |