[arch-commits] Commit in agda/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 2 22:30:53 UTC 2021
Date: Tuesday, November 2, 2021 @ 22:30:52
Author: felixonmars
Revision: 1035425
upgpkg: agda 2.6.2-26: rebuild with base-orphans 0.8.5, text-show 3.9.1
Modified:
agda/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 22:25:07 UTC (rev 1035424)
+++ PKGBUILD 2021-11-02 22:30:52 UTC (rev 1035425)
@@ -4,7 +4,7 @@
_hkgname=Agda
pkgname=agda
pkgver=2.6.2
-pkgrel=25
+pkgrel=26
pkgdesc="A dependently typed functional programming language and proof assistant"
url="https://wiki.portal.chalmers.se/agda/"
license=("custom")
@@ -28,9 +28,10 @@
build() {
cd $_hkgname-$pkgver
+ # -fllvm is disabled because ghc+llc hangs since LLVM 13
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fasm \
-fcpphs -f-debug -f-enable-cluster-counting
LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list