summarylogtreecommitdiffstats
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
parent039ed47f1ecd9d93d2c0403157425fda64fdcf61 (diff)
downloadaur-411c14724612ade24fd732c2f0c937ecf6176ccb.tar.gz
readded blas and lapack dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ddd50f9e15..c082248d6ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-hmatrix
pkgdesc = Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.
pkgver = 0.19.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/hmatrix
arch = x86_64
license = BSD-3
@@ -11,6 +11,8 @@ pkgbase = haskell-hmatrix
depends = haskell-split
depends = haskell-storable-complex
depends = haskell-vector
+ depends = lapack
+ depends = blas
source = https://hackage.haskell.org/package/hmatrix-0.19.0.0/hmatrix-0.19.0.0.tar.gz
source = haskell-hmatrix-semigroups.patch
sha512sums = 14985ac8db51c45dec90c436d6de74e6b263ea0e219e23bf0930271874adaf9f317ae783a72a307e8a10a0b3da092ca78ca26f3b7e6433e0b9db4f224c6a3d0a
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)