pkgname=agrum pkgver=0.13.3 pkgrel=1 pkgdesc="C++ Bayesian networks library" license=('GPL') arch=('i686' 'x86_64') url="http://agrum.gitlab.io/" depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc') makedepends=('cmake' 'cococpp' 'python') source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2") sha256sums=('bfc6aa47b1cae82bf7dd58511441d2920cd8d48b890128b66ea131e7e2757653') build() { cd "$srcdir/aGrUM-$pkgver" mkdir -p build && pushd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SWIG=OFF .. make } package() { cd "$srcdir/aGrUM-$pkgver/build" make DESTDIR="$pkgdir" install }