From 6b9d485e0620cf4dbc97e02cf24f87afab1a8910 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Mon, 5 Jun 2017 12:14:49 -0700 Subject: Disable parallel builds for bamutil (#4430) I've had non-repeatable failures in my CI runs on all three clusters at the bamutil's step. In each case there are .o or .so files that are corrupt or truncated. I suspect that the homebrewed bamutil Makefile scheme doesn't actually support parallel builds. --- var/spack/repos/builtin/packages/bamutil/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/spack/repos/builtin/packages/bamutil/package.py b/var/spack/repos/builtin/packages/bamutil/package.py index 1c1268f7f1..89aaa0e9ac 100644 --- a/var/spack/repos/builtin/packages/bamutil/package.py +++ b/var/spack/repos/builtin/packages/bamutil/package.py @@ -40,6 +40,8 @@ class Bamutil(MakefilePackage): # https://github.com/statgen/libStatGen/issues/9 patch('libstatgen-issue-9.patch', when='@1.0.13:') + parallel = False + @property def install_targets(self): return ['install', 'INSTALLDIR={0}'.format(self.prefix.bin)] -- cgit v1.2.3-70-g09d2