blob: f8cef0f0b932af30b3d7ce242b6c7d5648266da4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-quaternionic
pkgdesc = Interpret NumPy arrays as quaternionic arrays with Numba acceleration
pkgver = 1.0.15
pkgrel = 1
url = https://quaternionic.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python-numba
depends = python-numpy
depends = python-scipy
source = git+https://github.com/moble/quaternionic.git#tag=v1.0.15
sha256sums = 6b9af255918c4bc08af7b16fd7207a2eac4bf5a2dc2d56ebbd7f81ef604ebce7
pkgname = python-quaternionic
|