summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-06-23 21:06:02 +0200
committerAdriĆ  Arrufat2017-06-23 21:06:02 +0200
commit5774fea3362e3293a9ee4a998fd6524e7c3ec764 (patch)
tree86c87d4dabb7f65c4f68d577c84082955f33cdd2 /PKGBUILD
parentc2ac45524dd3f9ed3cfa55842bb11b642125e789 (diff)
downloadaur-5774fea3362e3293a9ee4a998fd6524e7c3ec764.tar.gz
update to latest git revision
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5db8f93b69df..d8751c58c7d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=tensorflow-git
pkgname=(tensorflow-git tensorflow-cuda-git python-tensorflow-git python-tensorflow-cuda-git)
-pkgver=1.2.0+rc0+172+g9e25de318b
+pkgver=1.2.0+1366+gaf8f6353a3
pkgrel=1
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://tensorflow.org/"
@@ -34,6 +34,7 @@ prepare() {
export TF_NEED_VERBS=0
export TF_NEED_OPENCL=0
export TF_NEED_MKL=0
+ export TF_NEED_MPI=0
# make sure the proxy variables are in all caps, otherwise bazel ignores them
export HTTP_PROXY=`echo $http_proxy | sed -e 's/\/$//'`