summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpp2015-12-30 15:42:12 +0100
committerrpp2015-12-30 15:42:12 +0100
commit0c34a99f4edd2ae0beb4b1df0f8b3519d6041233 (patch)
treec286d8bae06638ba6c72e8ed9f6d42969ea5c73f
parent456d63907d137f29b6e35ac0a4a65bd0dbe147af (diff)
downloadaur-0c34a99f4edd2ae0beb4b1df0f8b3519d6041233.tar.gz
Fix bug in build script due to upstream changes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0483d228ae..65c370274ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Dec 30 14:20:14 UTC 2015
pkgbase = tensorflow-git
pkgdesc = Open source software library for numerical computation using data flow graphs.
pkgver = 0.5.0.r17.ga9ca517
@@ -15,9 +17,10 @@ pkgbase = tensorflow-git
provides = tensorflow
conflicts = tensorflow
conflicts = python2-tensorflow
- source = https://github.com/tensorflow/tensorflow
- source = https://github.com/google/protobuf
+ source = git+https://github.com/tensorflow/tensorflow
+ source = git+https://github.com/google/protobuf
md5sums = SKIP
md5sums = SKIP
pkgname = tensorflow-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 4ba7d76a5ce2..60de26f14422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ build() {
./configure
bazel build --jobs 2 -c opt //tensorflow/tools/pip_package:build_pip_package
- sed -i 's/python/python2/g' bazel-bin/tensorflow/tools/pip_package/build_pip_package
+ sed -i 's/python$/python2/g' tools/python_bin_path.sh
bazel-bin/tensorflow/tools/pip_package/build_pip_package $srcdir/tmp
}