summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84848d1f2237..06f23fecf7d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = sgpp
makedepends = eigen
depends = armadillo
depends = python
+ depends = gsl
source = https://github.com/SGpp/SGpp/archive/v3.2.0.tar.gz
sha256sums = dab83587fd447f92ed8546eacaac6b8cbe65b8db5e860218c0fa2e42f776962d
diff --git a/PKGBUILD b/PKGBUILD
index 7e326e0885a0..64fd73123d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ arch=('i686' 'x86_64')
pkgdesc="A numerical library for adaptive Sparse Grids"
url="http://sgpp.sparsegrids.org"
license=('MIT')
-depends=('armadillo' 'python')
+depends=('armadillo' 'python' 'gsl')
makedepends=('scons' 'swig' 'eigen')
source=("https://github.com/SGpp/SGpp/archive/v3.2.0.tar.gz")
sha256sums=('dab83587fd447f92ed8546eacaac6b8cbe65b8db5e860218c0fa2e42f776962d')