blob: 4ce8fc509dcc6f139776e4f67128396eb048c20f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-qics
pkgdesc = The quantum information conic solver
pkgver = 1.1.3
pkgrel = 1
url = https://qics.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-numpy
depends = python-scipy
depends = python-numba
source = https://github.com/kerry-he/qics/archive/refs/tags/v1.1.3.tar.gz
sha256sums = 08d976801b2c1a5c16b65facad165918bdb46c01408dd3a75a232e95a92c2d2f
pkgname = python-qics
|