summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a36ae44dc19df710c349567d71bafbbf2d8c3c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
pkgbase = tensorflow-git
	pkgdesc = Library for computation using data flow graphs for scalable machine learning
	pkgver = 1.15.0+rc1+531+g68546bb7a3
	pkgrel = 1
	url = https://tensorflow.org/
	arch = x86_64
	license = APACHE
	makedepends = git
	makedepends = bazel
	makedepends = python-numpy
	makedepends = cuda
	makedepends = nvidia-utils
	makedepends = nccl
	makedepends = git
	makedepends = gcc8
	makedepends = cudnn
	makedepends = python-pip
	makedepends = python-wheel
	makedepends = python-setuptools
	makedepends = python-h5py
	makedepends = python-keras-applications
	makedepends = python-keras-preprocessing
	depends = c-ares
	optdepends = tensorboard: Tensorflow visualization toolkit
	source = git+https://github.com/tensorflow/tensorflow
	md5sums = SKIP

pkgname = tensorflow-git
	pkgdesc = Library for computation using data flow graphs for scalable machine learning (with CPU optimizations)
	provides = tensorflow
	conflicts = tensorflow

pkgname = tensorflow-cuda-git
	pkgdesc = Library for computation using data flow graphs for scalable machine learning (with CUDA)
	depends = c-ares
	depends = cuda
	depends = cudnn
	depends = nccl
	provides = tensorflow
	conflicts = tensorflow

pkgname = python-tensorflow-git
	depends = c-ares
	depends = tensorflow
	depends = python-termcolor
	depends = python-astor
	depends = python-gast
	depends = python-numpy
	depends = python-protobuf
	depends = absl-py
	depends = python-h5py
	depends = python-keras-applications
	depends = python-keras-preprocessing
	depends = python-tensorflow-estimator

pkgname = python-tensorflow-cuda-git
	pkgdesc = Library for computation using data flow graphs for scalable machine learning (with CUDA)
	depends = c-ares
	depends = tensorflow-cuda
	depends = python-termcolor
	depends = python-astor
	depends = python-gast
	depends = python-numpy
	depends = cuda
	depends = cudnn
	depends = python-pycuda
	depends = python-protobuf
	depends = absl-py
	depends = nccl
	depends = python-h5py
	depends = python-keras-applications
	depends = python-keras-preprocessing
	depends = python-tensorflow-estimator
	provides = python-tensorflow
	conflicts = python-tensorflow