blob: a26c8ae6c9924f45738d3f4a5ea56a76dc7a3ed1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-qutip
pkgdesc = QuTiP is open-source software for simulating the dynamics of open quantum systems
pkgver = 4.7.2
pkgrel = 1
url = http://qutip.org/index.html
arch = x86_64
license = BSD
makedepends = gcc-fortran
depends = python-numpy
depends = python-scipy
depends = python-matplotlib
depends = cython
optdepends = blas: Optional, Needed for installing Fortran Monte Carlo solver.
optdepends = mayavi: Optional, Needed for using the Bloch3d class.
optdepends = python-pyqt4: Optional, required only for GUI elements.
optdepends = texlive-bin: Optional, Needed if using LaTeX in figures.
optdepends = python-nose: Optional, For running tests.
optdepends = python-scikit-umfpack: Optional, Faster (~2-5x) steady state calculations.
optdepends = openmp: Optional, For OPENMP support
source = https://github.com/qutip/qutip/archive/v4.7.2.tar.gz
md5sums = c695fe66ac4c13a854a755818b98bf44
pkgname = python-qutip
|