[Git][haskell-team/DHG_packages][master] 2 commits: atomic-counter: Disable CMM on armhf
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Feb 3 22:47:28 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
abbf1238 by Adrian Bunk at 2026-02-02T13:34:53+02:00
atomic-counter: Disable CMM on armhf
- - - - -
ab766f3d by Adrian Bunk at 2026-02-02T13:34:47+02:00
atomic-counter: Disable RTS -N
- - - - -
3 changed files:
- + p/haskell-atomic-counter/debian/patches/no-rts-n.patch
- + p/haskell-atomic-counter/debian/patches/series
- p/haskell-atomic-counter/debian/rules
Changes:
=====================================
p/haskell-atomic-counter/debian/patches/no-rts-n.patch
=====================================
@@ -0,0 +1,18 @@
+--- haskell-atomic-counter-0.1.2.4.orig/atomic-counter.cabal
++++ haskell-atomic-counter-0.1.2.4/atomic-counter.cabal
+@@ -148,7 +148,7 @@ test-suite test
+ ghc-options:
+ -rtsopts
+ -threaded
+- "-with-rtsopts=-N -A32M"
++ "-with-rtsopts=-A32M"
+ -main-is TestMain
+
+ benchmark bench
+@@ -175,5 +174,5 @@ benchmark bench
+ ghc-options:
+ -rtsopts
+ -threaded
+- "-with-rtsopts=-N -A32M"
++ "-with-rtsopts=-A32M"
+ -main-is BenchMain
=====================================
p/haskell-atomic-counter/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n.patch
=====================================
p/haskell-atomic-counter/debian/rules
=====================================
@@ -2,5 +2,10 @@
export DEB_ENABLE_TESTS = yes
+# opt-21: /tmp/ghc275_0/ghc_4.ll:151:14: error: '%ln1L' defined with type 'i32' but expected 'i64'
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+ export DEB_SETUP_GHC_CONFIGURE_ARGS += -fno-cmm
+endif
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f219ad2acd72363ce3d57a56443ebad7cc823144...ab766f3d10d73be4252a5bcd3a6eebf37e2ddb41
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f219ad2acd72363ce3d57a56443ebad7cc823144...ab766f3d10d73be4252a5bcd3a6eebf37e2ddb41
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/20260203/9eec67b2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list