blob: 2502da77addc371c97802d6d964f187f2319753e (
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
|
pkgbase = tensorflow-computecpp
pkgdesc = Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)
pkgver = 1.9
pkgrel = 8
epoch = 1
url = https://github.com/codeplaysoftware/tensorflow
arch = x86_64
license = APACHE
makedepends = git
makedepends = opencl-icd-loader
makedepends = computecpp
makedepends = cmake
makedepends = opencl-headers
makedepends = python-numpy
makedepends = python-pip
makedepends = python-wheel
makedepends = python-setuptools
makedepends = java-environment=8
depends = opencl-icd-loader
depends = computecpp
options = !ccache
source = git+https://github.com/codeplaysoftware/tensorflow
source = https://archive.org/download/archlinux_pkg_bazel/bazel-0.17.2-1-x86_64.pkg.tar.xz
source = python37.patch
source = py37.diff
source = gcc1.diff
source = gcc2.diff
source = gcc3.diff
source = python38.patch
source = gcc10.patch
source = numpy.diff
source = python310.diff
source = python310or.patch
sha256sums = SKIP
sha256sums = 758e10caff4c1cb496d1cf49d6f4da2969b610b174276fb734b8502686d07ddd
sha256sums = ef54b3783a05b5604cd8f448136567686806ad3a5759978f48549256807a8394
sha256sums = b3997091bc7a32f9e8c062a88e9148273090ebf66aeebb5dc055baa41b7aae7e
sha256sums = 7d9f32a46cac83ec1a7308ac380226cdf40f98830c869bcdf5feb7bf110abf9a
sha256sums = 10de738141852cfebae9847b746ae9b58f3b3985561cccede929d8fbdba93551
sha256sums = 742abe5d8bfd3f7ce33778a08cbb233337db56238d11ac2ad07171b0d6097bfb
sha256sums = b69895cfd098efacc95b1d1fffd471afa05c449f8d42964ee10b1a6fd9a75689
sha256sums = 15c20b31394537051f8756707819e13f3c12da24d8aa63d3ba47e6fce4d19d95
sha256sums = fe4c34a66000ba3a24d7c35914dc22e95adb5efa60a58d1f0b3d3cad77fd722d
sha256sums = 16bbc9d5cfd7e3888a7bda73ac4ebaab5c9c2588632eac342917f7cec745db9a
sha256sums = 7fe63476cb7b2dfe359f8ae3d894869f2329c399c6611a52449cd5dcd6f67098
pkgname = tensorflow-computecpp
provides = tensorflow
conflicts = tensorflow
pkgname = python-tensorflow-computecpp
depends = python-numpy
depends = python-protobuf
depends = absl-py
optdepends = python-werkzeug: for using tensorboard
provides = python-tensorflow
conflicts = python-tensorflow
|