From b467c90b76cb4e0241576862d6b05a3a339674c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 11 Dec 2009 19:17:18 +0000 Subject: [PATCH] disable smp build for now: broken for 8 cpus at least --- ghc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index 2dc0276..5a71fc8 100644 --- a/ghc.spec +++ b/ghc.spec @@ -168,7 +168,9 @@ export CFLAGS="${CFLAGS:-%optflags}" --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ %{?with_shared:--enable-shared} -make %{_smp_mflags} +# 8 cpus seems to break build +#make %{_smp_mflags} +make %install rm -rf $RPM_BUILD_ROOT @@ -323,6 +325,7 @@ ghc-pkg recache - subpackage huge ghc internals library (thanks Lorenzo Villani) - BR ghc-rpm-macros >= 0.3.0 - move html docs to docdir/ghc from html subdir (Lorenzo Villani) +- disable smp build for now: broken for 8 cpus at least * Wed Nov 18 2009 Jens Petersen - 6.12.0.20091121-1 - update to 6.12.1 rc2