summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f11a058fc13..95cc2d269886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by mksrcinfo v8
-# Tue May 16 22:13:11 UTC 2017
+# Generated by makepkg 5.0.1
+# Fri May 19 08:51:51 UTC 2017
pkgbase = tensorflow-git
pkgdesc = Library for computation using data flow graphs for scalable machine learning
- pkgver = 1.1.0+rc2+1084+gc03d5cc664
+ pkgver = 1.1.0+rc2+1217+g0b52c33427
pkgrel = 1
url = https://tensorflow.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d1e0ba54fb9a..8a01098cc9ef 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.1.0+rc2+1084+gc03d5cc664
+pkgver=1.1.0+rc2+1217+g0b52c33427
pkgrel=1
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://tensorflow.org/"
@@ -21,7 +21,8 @@ pkgver() {
}
prepare() {
- cp -r tensorflow tensorflow-cuda
+ [ -d ${srcdir}/tensoflow-cuda ] && rm -rf ${srcdir}/tensorflflow-cuda
+ cp -r ${srcdir}/tensorflow ${srcdir}/tensorflow-cuda
# These environment variables influence the behavior of the configure call below.
export PYTHON_BIN_PATH=/usr/bin/python
export USE_DEFAULT_PYTHON_LIB_PATH=1