and in the releases.hml file

* releases.html which is the downloaded releases file

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-torch?expand=0&rev=11
This commit is contained in:
Christian Goll 2020-02-25 14:08:41 +00:00 committed by Git OBS Bridge
parent dbfff1078b
commit a5cf93a991
2 changed files with 5 additions and 1 deletions

View File

@ -9,11 +9,13 @@ Fri Feb 21 14:15:00 UTC 2020 - Christian Goll <cgoll@suse.com>
* torch.distributed.rpc is a newly introduced package * torch.distributed.rpc is a newly introduced package
- full Changelog listed in relases file or under - full Changelog listed in relases file or under
https://github.com/pytorch/pytorch/releases https://github.com/pytorch/pytorch/releases
and in the releases.hml file
- added files: - added files:
* skip-third-party-check.patch which is a patch to skip * skip-third-party-check.patch which is a patch to skip
the check of disabled dependencies the check of disabled dependencies
* QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz * QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz
which is part of pytorch but developed in different repo which is part of pytorch but developed in different repo
* releases.html which is the downloaded releases file
- removed patch files: - removed patch files:
* fix-build-options.patch * fix-build-options.patch
* honor-PSIMD-env.patch * honor-PSIMD-env.patch

View File

@ -29,7 +29,9 @@ License: BSD-2-Clause AND BSD-3-Clause AND MIT AND Zlib AND BSL-1.0 AND A
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://pytorch.org URL: https://pytorch.org
Source0: https://github.com/pytorch/pytorch/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz Source0: https://github.com/pytorch/pytorch/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
Source1: https://github.com/pytorch/pytorch/releases/tag/v1.4.0#/releases #Source1 is from, but the source changes so can't be used direclty
# https://github.com/pytorch/pytorch/releases/tag/v1.4.0#/releases
Source1: releases.html
#License10: BSD-3-Clause #License10: BSD-3-Clause
Source10: https://github.com/facebookincubator/gloo/archive/7c541247a6fa49e5938e304ab93b6da661823d0f.tar.gz#/gloo-7c541247a6fa49e5938e304ab93b6da661823d0f.tar.gz Source10: https://github.com/facebookincubator/gloo/archive/7c541247a6fa49e5938e304ab93b6da661823d0f.tar.gz#/gloo-7c541247a6fa49e5938e304ab93b6da661823d0f.tar.gz
#License12: BSD-2-Clause #License12: BSD-2-Clause