[DHG_packages] 01/01: hmatrix: reduce compile-time RAM usage on mips/mipsel

Clint Adams clint at moszumanska.debian.org
Sun Nov 6 14:38:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 577712e01d537b0feade585e5acf08f6e491f2e7
Author: Clint Adams <clint at debian.org>
Date:   Sun Nov 6 09:37:16 2016 -0500

    hmatrix: reduce compile-time RAM usage on mips/mipsel
---
 p/haskell-hmatrix/debian/changelog | 6 ++++++
 p/haskell-hmatrix/debian/rules     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/p/haskell-hmatrix/debian/changelog b/p/haskell-hmatrix/debian/changelog
index 53aed4b..753f053 100644
--- a/p/haskell-hmatrix/debian/changelog
+++ b/p/haskell-hmatrix/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hmatrix (0.17.0.2-4) unstable; urgency=high
+
+  * Reduce compile-time RAM usage on mips/mipsel.
+
+ -- Clint Adams <clint at debian.org>  Sun, 06 Nov 2016 09:36:40 -0500
+
 haskell-hmatrix (0.17.0.2-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-hmatrix/debian/rules b/p/haskell-hmatrix/debian/rules
index aca65e6..76acd36 100755
--- a/p/haskell-hmatrix/debian/rules
+++ b/p/haskell-hmatrix/debian/rules
@@ -3,6 +3,10 @@
 # keep haddock from choking on non-ASCII characters
 export LC_ALL=C.UTF-8
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+    DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list