summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDylon Edwards2018-04-28 21:54:29 -0700
committerDylon Edwards2018-04-28 21:54:29 -0700
commit4749a4855e81c0a5bcf04e1815eee6df55911f61 (patch)
treeb88314f8e777550be90164723d5d1fac7442f285 /.SRCINFO
downloadaur-4749a4855e81c0a5bcf04e1815eee6df55911f61.tar.gz
Imports version 0.3.0
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO35
1 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..149ef04ffb93
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,35 @@
+pkgbase = python-tensorly
+ pkgdesc = Simple and Fast Tensor Learning in Python
+ pkgver = 0.3.0
+ pkgrel = 1
+ url = http://tensorly.org/stable/home.html
+ changelog = python-tensorly.changelog
+ arch = x86_64
+ license = BSD
+ checkdepends = python-pytest
+ checkdepends = python2-pytest
+ depends = python
+ depends = python2
+ optdepends = mxnet
+ optdepends = python-numpy
+ optdepends = python2-numpy
+ optdepends = python-pytorch
+ optdepends = python-pytorch-cuda
+ optdepends = python2-pytorch
+ optdepends = python2-pytorch-cuda
+ source = tensorly-0.3.0.tar.gz::https://github.com/tensorly/tensorly/archive/0.3.0.tar.gz
+ md5sums = d2bb823c87246b4ff45a175f984beb3d
+
+pkgname = python-tensorly
+ depends = python
+ optdepends = mxnet
+ optdepends = python-numpy
+ optdepends = python-pytorch
+ optdepends = python-pytorch-cuda
+
+pkgname = python2-tensorly
+ depends = python2
+ optdepends = python2-numpy
+ optdepends = python2-pytorch
+ optdepends = python2-pytorch-cuda
+