blob: 5c85359d436879def2b354fd817026185cd9423b (
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.17
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.17
sha256sums = 1f89965083d184655e30ecd1e80bb01d42625f844a6ac69a1e6b19210b5fb3bd
pkgname = python-quaternionic
|