summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b78b6230541c..60b874760c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,12 @@ pkgdesc="xtensor is a C++ library meant for numerical analysis with multi-dimens
arch=("any")
url="http://quantstack.net/xtensor"
license=('unknown')
-depends=('gcc>=4.9')
-makedepends=('git cmake')
+depends=('gcc')
+makedepends=('git' 'cmake')
+optdepends=(
+ "python: Optional, for python bindings"
+ "pybind11: Optional, for python bindings"
+ )
source=('git+https://github.com/QuantStack/xtensor.git')
md5sums=('SKIP')