summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2018-08-01 16:29:25 +0200
committerAdriĆ  Arrufat2018-08-01 16:29:25 +0200
commit9fe0618c1d2009ce113ff642dc1afa28a894cf33 (patch)
tree7b20e7c6b1ec4817c340c27575bc6e3aa9013ec2 /PKGBUILD
parent9b8cd6ec8de67aa2db3714d6be1b8cd31fcdbdaf (diff)
downloadaur-9fe0618c1d2009ce113ff642dc1afa28a894cf33.tar.gz
update dependencies and add TF_NEED_AWS=0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ecd44a02425..74f201b4fac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgbase=tensorflow-git
pkgname=(tensorflow-git tensorflow-cuda-git python-tensorflow-git python-tensorflow-cuda-git)
-pkgver=1.8.0+3475+ga8c59ba450
+pkgver=1.9.0+rc2+1543+gabd645085b
pkgrel=1
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://tensorflow.org/"
license=('Apache2')
arch=('x86_64')
-makedepends=(git bazel python-numpy gcc7 cuda cudnn python-pip python-wheel python-setuptools)
+makedepends=(git bazel python-numpy gcc7 cuda cudnn python-greenlet python-pip python-wheel python-setuptools)
optdepends=('cuda: GPU support'
'cudnn: GPU support')
source=("git+https://github.com/tensorflow/tensorflow")
@@ -39,6 +39,7 @@ prepare() {
export TF_NEED_OPENCL_SYCL=0
export TF_NEED_KAFKA=0
export TF_NEED_TENSORRT=0
+ export TF_NEED_AWS=0
export TF_SET_ANDROID_WORKSPACE=0
export TF_DOWNLOAD_CLANG=0