Date: Wednesday, October 4, 2017 @ 09:22:46 Author: svenstaro Revision: 261431
upgpkg: tensorflow 1.4.0.git1-1 Modified: tensorflow/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-04 08:36:09 UTC (rev 261430) +++ PKGBUILD 2017-10-04 09:22:46 UTC (rev 261431) @@ -12,7 +12,7 @@ url="https://www.tensorflow.org/" license=('Apache2') arch=('x86_64') -makedepends=('git' 'bazel' 'python-numpy' 'gcc6' 'cuda' +makedepends=('git' 'bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils' 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools') optdepends=('tensorboard: Tensorflow visualization toolkit') source=("git://github.com/tensorflow/tensorflow.git#commit=64f0ebd")
