summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8805980efe5..ed347fa8916d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 5 18:29:40 UTC 2016
+# Mon Dec 5 18:31:03 UTC 2016
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
pkgver = 0.10.0
@@ -12,8 +12,9 @@ pkgbase = agrum
makedepends = cococpp
makedepends = swig
makedepends = python
- depends = gcc-libs
- optdepends = python: python bindings
+ depends = python-pydotplus
+ depends = python-matplotlib
+ depends = ipython
source = agrum-0.10.0::git+git://forge.lip6.fr/aGrUM#tag=0.10.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a39e53d12ff..418a26bd0952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,7 @@ pkgdesc="C++ Bayesian networks library"
license=('GPL')
arch=('i686' 'x86_64')
url="https://forge.lip6.fr/projects/aGrUM/wiki"
-depends=('gcc-libs')
-optdepends=('python: python bindings')
+depends=('python-pydotplus' 'python-matplotlib' 'ipython')
makedepends=('cmake' 'cococpp' 'swig' 'python')
source=("agrum-${pkgver}::git+git://forge.lip6.fr/aGrUM#tag=${pkgver}")
md5sums=('SKIP')