blob: 7359e28cf43b0212f4ca01722b876b473a4627c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-kwant-git
pkgdesc = Python package for numerical calculations on tight-binding models with a strong focus on quantum transport
pkgver = v1.5.0.r3.g0d679b3e
pkgrel = 1
url = http://kwant-project.org/
arch = any
license = BSD
checkdepends = python-pytest
depends = python
depends = python-numpy
depends = python-scipy
depends = lapack
depends = blas
depends = python-tinyarray-git
optdepends = python-qsymm: finding symmetries of Hamiltonians
optdepends = python-matplotlib: needed for plotting support and the tutorial
optdepends = python-plotly: additional plotting features
optdepends = python-sympy: needed for the kwant.continuum submodule
optdepends = mumps: a sparse linear algebra library for speed up and memory usage reduction
provides = python-kwant
conflicts = python-kwant
source = kwant::git+https://gitlab.kwant-project.org/kwant/kwant.git
validpgpkeys = 52299057FAD799653C4F088AC3F147F5980F3535
sha256sums = SKIP
pkgname = python-kwant-git
|