summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoerg Behrmann2017-10-09 22:37:20 +0200
committerJoerg Behrmann2017-10-09 22:37:20 +0200
commitaa875fa5d49e60960b3db61aeab0ef18fd5c4726 (patch)
tree6ea938dd355b327e97229a46bdbd6b30cbe52eca /PKGBUILD
parent3b7c7f737d0993ba8b41e7de04ffa849712e54ee (diff)
downloadaur-aa875fa5d49e60960b3db61aeab0ef18fd5c4726.tar.gz
add optional sympy dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fad28479212..f8c04ad4491a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Max Schlemmer <max.schlemmer@gmail.com>
pkgname=python-kwant
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python package for numerical calculations on tight-binding models with a strong focus on quantum transport"
arch=('any')
url="http://kwant-project.org/"
license=('BSD')
depends=(python python-scipy lapack blas python-tinyarray)
optdepends=(
- 'python-matplotlib: needed for plotting support and the tutorial'
- 'mumps: a sparse linear algebra library for speed up and memory usage reduction (use AUR mumps-seq-shared or any other built as shared library)'
+ 'python-matplotlib: needed for plotting support and the tutorial'
+ 'python-sympy: needed for the kwant.continuum submodule'
+ 'mumps: a sparse linear algebra library for speed up and memory usage reduction (use AUR mumps-seq-shared or any other built as shared library)'
)
checkdepends=(python-nose)
source=(