summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaron Kent-Dobias2019-01-28 20:19:51 -0500
committerJaron Kent-Dobias2019-01-28 20:19:51 -0500
commit411c14724612ade24fd732c2f0c937ecf6176ccb (patch)
tree2a1fca011ff801a0c339aca23472676f258d438d /PKGBUILD
parent039ed47f1ecd9d93d2c0403157425fda64fdcf61 (diff)
downloadaur-haskell-hmatrix.tar.gz
readded blas and lapack dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f051ef934da..884efdf438d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_hkgname=hmatrix
pkgname=haskell-hmatrix
pkgver=0.19.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK."
url="https://hackage.haskell.org/package/hmatrix"
license=("BSD-3")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-random' 'haskell-split' 'haskell-storable-complex' 'haskell-vector')
+depends=('ghc-libs' 'haskell-random' 'haskell-split' 'haskell-storable-complex' 'haskell-vector' 'lapack' 'blas')
makedepends=('ghc')
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz
haskell-hmatrix-semigroups.patch)