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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Oct 8 08:41:46 UTC 2018


    Date: Monday, October 8, 2018 @ 08:41:45
  Author: svenstaro
Revision: 391073

upgpkg: tensorflow 1.11.0-2

Modified:
  tensorflow/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-08 07:53:39 UTC (rev 391072)
+++ PKGBUILD	2018-10-08 08:41:45 UTC (rev 391073)
@@ -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.11.0
 _pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine learning"
 url="https://www.tensorflow.org/"
 license=('APACHE')
@@ -162,7 +162,7 @@
 }
 
 package_python-tensorflow() {
-  depends=(python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing)
+  depends=(python-termcolor python-astor python-gast python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing)
 
   cd ${srcdir}/tensorflow-${_pkgver}
 
@@ -178,7 +178,7 @@
 }
 
 package_python-tensorflow-opt() {
-  depends=(python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing)
+  depends=(python-termcolor python-astor python-gast python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing)
   conflicts=(python-tensorflow)
   provides=(python-tensorflow)
   pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CPU optimizations)"
@@ -197,7 +197,7 @@
 }
 
 package_python-tensorflow-cuda() {
-  depends=(python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing)
+  depends=(python-termcolor python-astor python-gast python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing)
   conflicts=(python-tensorflow)
   provides=(python-tensorflow)
   pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CUDA)"
@@ -216,7 +216,7 @@
 }
 
 package_python-tensorflow-opt-cuda() {
-  depends=(python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing)
+  depends=(python-termcolor python-astor python-gast python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing)
   conflicts=(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)"



More information about the arch-commits mailing list