[arch-commits] Commit in tensorflow/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Jun 25 17:39:25 UTC 2018
Date: Monday, June 25, 2018 @ 17:39:24
Author: svenstaro
Revision: 345934
upgpkg: tensorflow 1.8.0-4
Fix opt-cuda path
Modified:
tensorflow/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-25 17:39:17 UTC (rev 345933)
+++ PKGBUILD 2018-06-25 17:39:24 UTC (rev 345934)
@@ -6,7 +6,7 @@
pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda)
pkgver=1.8.0
_pkgver=1.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://www.tensorflow.org/"
license=('APACHE')
@@ -205,7 +205,7 @@
provides=(python-tensorflow python-tensorflow-cuda)
pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CUDA and CPU optimizations)"
- cd ${srcdir}/tensorflow-${_pkgver}-cuda
+ cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
WHEEL_PACKAGE=$(find ${srcdir}/tmpcudaopt -name "tensor*.whl")
pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE --no-dependencies
More information about the arch-commits
mailing list