summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-06-23 21:06:02 +0200
committerAdriĆ  Arrufat2017-06-23 21:06:02 +0200
commit5774fea3362e3293a9ee4a998fd6524e7c3ec764 (patch)
tree86c87d4dabb7f65c4f68d577c84082955f33cdd2
parentc2ac45524dd3f9ed3cfa55842bb11b642125e789 (diff)
downloadaur-5774fea3362e3293a9ee4a998fd6524e7c3ec764.tar.gz
update to latest git revision
-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/\/$//'`