pkgname=agrum pkgver=1.5.2 pkgrel=1 pkgdesc="C++ Bayesian networks library" license=('LGPL') arch=('x86_64') url="http://agrum.gitlab.io/" depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc') makedepends=('cmake') source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2") sha256sums=('4275c1e9ef02f7c2b5c5d0ef6680aaa2f3a9676d1f3a4c97207acbbc926a0ed6') build() { cd "$srcdir/aGrUM-$pkgver" mkdir -p build && pushd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PYTHON=ON .. make } package() { cd "$srcdir/aGrUM-$pkgver/build" make DESTDIR="$pkgdir" install }