[Git][haskell-team/DHG_packages][master] concurrent-supply: Really avoid passing -N RTS flag on NOSMP arches to fix FTBFS
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri May 6 00:40:33 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
61505452 by Scott Talbert at 2022-05-05T19:36:37-04:00
concurrent-supply: Really avoid passing -N RTS flag on NOSMP arches to fix FTBFS
- - - - -
2 changed files:
- p/haskell-concurrent-supply/debian/changelog
- p/haskell-concurrent-supply/debian/patches/no-smp-arches
Changes:
=====================================
p/haskell-concurrent-supply/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-concurrent-supply (0.1.8-4) unstable; urgency=medium
+
+ * Really avoid passing -N RTS flag on NOSMP arches to fix FTBFS
+
+ -- Scott Talbert <swt at techie.net> Thu, 05 May 2022 19:36:19 -0400
+
haskell-concurrent-supply (0.1.8-3) unstable; urgency=medium
* Avoid passing -N RTS flag on NOSMP arches to fix FTBFS
=====================================
p/haskell-concurrent-supply/debian/patches/no-smp-arches
=====================================
@@ -5,7 +5,7 @@
main-is: properties.hs
default-language: Haskell2010
- ghc-options: -w -threaded -rtsopts -with-rtsopts=-N
-+ if arch(armel) || arch(mips64el) || arch(mipsel) || arch(s390x)
++ if arch(arm) || arch(mips) || arch(s390x)
+ ghc-options: -w -threaded -rtsopts
+ else
+ ghc-options: -w -threaded -rtsopts -with-rtsopts=-N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/615054527159ff7269f61ad951c6dbe89cf37811
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/615054527159ff7269f61ad951c6dbe89cf37811
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/20220505/490040c9/attachment.htm>
More information about the Pkg-haskell-commits
mailing list