[Git][haskell-team/DHG_packages][master] hmatrix: workaround for GHC 9.4 panic
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Oct 22 17:19:18 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a6761bd2 by Adrian Bunk at 2023-10-22T16:16:49+00:00
hmatrix: workaround for GHC 9.4 panic
- - - - -
1 changed file:
- p/haskell-hmatrix/debian/rules
Changes:
=====================================
p/haskell-hmatrix/debian/rules
=====================================
@@ -7,6 +7,11 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
endif
+# workaround for GHC 9.4 panic
+ifeq ($(DEB_HOST_ARCH_BITS), 32)
+ DEB_SETUP_GHC_CONFIGURE_ARGS = -O0
+endif
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a6761bd289ad9237d7d5ed42db33a7c801dbebac
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a6761bd289ad9237d7d5ed42db33a7c801dbebac
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231022/dffc3089/attachment.htm>
More information about the Pkg-haskell-commits
mailing list