Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2016-02-22 08:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2016-02-17 12:11:31.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes     2016-02-22 
08:57:38.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 17 09:09:17 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- limit parallel jobs to two on aarch64
+* aarch64 runs out of memory with too many parallel compiles 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.eoEszO/_old  2016-02-22 08:57:39.000000000 +0100
+++ /var/tmp/diff_new_pack.eoEszO/_new  2016-02-22 08:57:39.000000000 +0100
@@ -210,7 +210,7 @@
 HSCOLOUR_SRCS        = NO
 EOF
 ./configure --prefix=%{_builddir}/ghc-boot --with-system-libffi
-%ifnarch s390 s390x
+%ifnarch aarch64 s390 s390x
 make %{?_smp_mflags}
 %else
 make -j 2
@@ -265,7 +265,7 @@
   %{?ghc_boot:--with-ghc=%{_builddir}/ghc-boot/bin/ghc} \
   --with-system-libffi
 
-%ifnarch s390 s390x
+%ifnarch aarch64 s390 s390x
 make %{?_smp_mflags}
 %else
 make -j 2


Reply via email to