[arch-commits] Commit in tensorflow/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jun 5 08:44:16 UTC 2018


    Date: Tuesday, June 5, 2018 @ 08:44:16
  Author: svenstaro
Revision: 340493

upgpkg: tensorflow 1.8.0-3

rebuild

Modified:
  tensorflow/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 08:36:10 UTC (rev 340492)
+++ PKGBUILD	2018-06-05 08:44:16 UTC (rev 340493)
@@ -132,7 +132,7 @@
 package_tensorflow-opt-cuda() {
   depends=(cuda cudnn)
   conflicts=(tensorflow)
-  provides=(tensorflow)
+  provides=(tensorflow tensorflow-cuda)
   pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CUDA and CPU optimizations)"
 
   cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
@@ -202,7 +202,7 @@
 package_python-tensorflow-opt-cuda() {
   depends=(python-numpy cuda cudnn python-pycuda python-protobuf absl-py)
   conflicts=(python-tensorflow)
-  provides=(python-tensorflow)
+  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



More information about the arch-commits mailing list