Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-dense-linear-algebra
Commits:
5fca041d by Felix Yan at 2025-01-01T03:00:27+08:00
upgpkg: 0.1.0.0-309: rebuild with vector-algorithms 0.9.0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-dense-linear-algebra
pkgdesc = Simple and incomplete pure haskell implementation of linear
algebra
pkgver = 0.1.0.0
- pkgrel = 308
+ pkgrel = 309
url = https://github.com/bos/statistics
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=dense-linear-algebra
pkgname=haskell-dense-linear-algebra
pkgver=0.1.0.0
-pkgrel=308
+pkgrel=309
pkgdesc="Simple and incomplete pure haskell implementation of linear algebra"
url="https://github.com/bos/statistics"
license=('BSD')
@@ -17,7 +17,7 @@
sha512sums=('bcc70b42c3ea59aa3a739e2b189b9a1018d3dc27e65f5016502a2068005f480c296
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dense-linear-algebra/-/commit/5fca041ddfc04ac61f6b30b972838df0b9e6fb39
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dense-linear-algebra/-/commit/5fca041ddfc04ac61f6b30b972838df0b9e6fb39
You're receiving this email because of your account on gitlab.archlinux.org.