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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jul 22 15:01:39 UTC 2020


    Date: Wednesday, July 22, 2020 @ 15:01:39
  Author: svenstaro
Revision: 664842

upgpkg: python-pytorch 1.6.0rc3-2: Add libuv dep (FS#67358)

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-22 14:28:02 UTC (rev 664841)
+++ PKGBUILD	2020-07-22 15:01:39 UTC (rev 664842)
@@ -6,12 +6,12 @@
 _pkgname="pytorch"
 pkgver=1.6.0rc3
 _pkgver=1.6.0-rc3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration"
 arch=('x86_64')
 url="https://pytorch.org"
 license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 'python-yaml'
+depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 'python-yaml' 'libuv'
          'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 'onednn' 'intel-mkl')
 makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 'cuda'
              'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')



More information about the arch-commits mailing list