summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO36
1 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1f61bfa02ae9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,36 @@
+pkgbase = python-pytorch_scatter
+ pkgdesc = PyTorch Extension Library of Optimized Scatter Operations
+ pkgver = 2.0.5
+ pkgrel = 1
+ url = https://github.com/rusty1s/pytorch_scatter
+ arch = any
+ license = MIT
+ depends = python
+ depends = cuda
+ depends = gcc
+ depends = cmake
+ depends = python-setuptools
+ depends = python-pytest
+ depends = python-pytest-cov
+ depends = python-pytorch
+ source = https://github.com/rusty1s/pytorch_scatter/archive/2.0.5.tar.gz
+ sha256sums = e29b364beaa9c84a99e0e236be89ed19d4452d89010ff736184ddcce488b47f6
+
+pkgname = python-pytorch_scatter
+
+pkgname = python-pytorch_scatter-cuda
+ pkgdesc = PyTorch Extension Library of Optimized Scatter Operations (with CUDA)
+ depends = python
+ depends = cuda
+ depends = gcc
+ depends = cmake
+ depends = python-setuptools
+ depends = python-pytest
+ depends = python-pytest-cov
+ depends = python-pytorch
+ depends = cuda
+ depends = cudnn
+ depends = python-pytorch-cuda
+ provides = python-pytorch_scatter
+ conflicts = python-pytorch_scatter
+