summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-05-19 19:44:54 +0200
committerAdriĆ  Arrufat2017-05-19 19:44:54 +0200
commit4481bcd68e10dfd581930c85c616b40ecdce3204 (patch)
treed7f442f44c7e2c2e31481805d0e29c02426e644a
parent6af7b3e18a278b3bfb7793a5eed3b1369a32a2e1 (diff)
downloadaur-4481bcd68e10dfd581930c85c616b40ecdce3204.tar.gz
fix logic
-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