Date: Thursday, December 12, 2019 @ 03:33:55 Author: svenstaro Revision: 537164
upgpkg: tensorflow 2.1.0rc0-3: Add python-opt_einsum dependency Modified: tensorflow/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-12 03:28:56 UTC (rev 537163) +++ PKGBUILD 2019-12-12 03:33:55 UTC (rev 537164) @@ -7,7 +7,7 @@ pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda) pkgver=2.1.0rc0 _pkgver=2.1.0-rc0 -pkgrel=2 +pkgrel=3 pkgdesc="Library for computation using data flow graphs for scalable machine learning" url="https://www.tensorflow.org/" license=('APACHE') @@ -227,7 +227,7 @@ } package_python-tensorflow() { - depends+=(tensorflow python-termcolor python-astor python-gast02 python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator) + depends+=(tensorflow python-termcolor python-astor python-gast02 python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator python-opt_einsum) cd "${srcdir}"/tensorflow-${_pkgver} _python_package tmp @@ -235,7 +235,7 @@ package_python-tensorflow-opt() { pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CPU optimizations)" - depends+=(tensorflow-opt python-termcolor python-astor python-gast02 python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator) + depends+=(tensorflow-opt python-termcolor python-astor python-gast02 python-numpy python-protobuf absl-py python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator python-opt_einsum) conflicts=(python-tensorflow) provides=(python-tensorflow) @@ -245,7 +245,7 @@ package_python-tensorflow-cuda() { pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CUDA)" - depends+=(tensorflow-cuda python-termcolor python-astor python-gast02 python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator) + depends+=(tensorflow-cuda python-termcolor python-astor python-gast02 python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator python-opt_einsum) conflicts=(python-tensorflow) provides=(python-tensorflow) @@ -255,7 +255,7 @@ package_python-tensorflow-opt-cuda() { pkgdesc="Library for computation using data flow graphs for scalable machine learning (with CUDA and CPU optimizations)" - depends+=(tensorflow-opt-cuda python-termcolor python-astor python-gast02 python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator) + depends+=(tensorflow-opt-cuda python-termcolor python-astor python-gast02 python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py python-keras-applications python-keras-preprocessing python-tensorflow-estimator python-opt_einsum) conflicts=(python-tensorflow) provides=(python-tensorflow python-tensorflow-cuda)
