summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Mader2017-01-04 13:27:56 +0100
committerOliver Mader2017-01-04 13:27:56 +0100
commitb848747ee993643828112199fb102ef00902b0e6 (patch)
tree50feb108ff88b73c39d1159e4efdfed68e2d0a43 /PKGBUILD
parent174c3e814e6aa3c65731d4a3bed471a91a871b4c (diff)
downloadaur-b848747ee993643828112199fb102ef00902b0e6.tar.gz
Make boost-libs a optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fc2c35f5bc9..e6e3a0c063bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc="A C++ Library for Discrete Graphical Models"
arch=('i686' 'x86_64')
url="https://github.com/opengm/opengm"
license=('MIT')
-depends=('boost-libs')
+depends=()
makedepends=('git' 'cmake' 'boost' 'python-numpy')
-optdepends=('python-numpy: Python support' 'python-h5py: Python support')
+optdepends=('python-numpy: Python support' 'python-h5py: Python support'
+ 'boost-libs: Python support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/bluescarni/opengm.git#branch=python3')