pkgname=agrum pkgver=0.13.1 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=('6298cd6ce6e7cc7badd195dc1dfae246679b5d416697d31f77c0626c475211b0') 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 }