summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fd29ccafd1..8edee4987090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.0.1
-# Mon May 22 09:05:49 UTC 2017
+# Generated by makepkg 5.0.2
+# Fri Jun 23 09:03:36 UTC 2017
pkgbase = tensorflow-git
pkgdesc = Library for computation using data flow graphs for scalable machine learning
- pkgver = 1.1.0+rc2+1279+ge4296aefff
+ pkgver = 1.2.0+1366+gaf8f6353a3
pkgrel = 1
url = https://tensorflow.org/
arch = x86_64
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/\/$//'`