aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-08-06 09:07:30 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-08-06 09:07:30 +0800
commitfa9ca8f66c0bbbabb61ec8574389bab85862741a (patch)
tree49b600455e8737030a4a5865f88f695e7e12bfff /sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch
parentsci-libs/pybids: upstream updated archive (diff)
downloadsci-fa9ca8f66c0bbbabb61ec8574389bab85862741a.tar.gz
sci-fa9ca8f66c0bbbabb61ec8574389bab85862741a.tar.bz2
sci-fa9ca8f66c0bbbabb61ec8574389bab85862741a.zip
sci-libs/pytorch: bump to 1.6.0.
Remove virtual/python-typing dependency. It was removed from tree and only needed by python-2. Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch')
-rw-r--r--sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch b/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch
new file mode 100644
index 000000000..3ef2c533f
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch
@@ -0,0 +1,14 @@
+Disable expected test failures.
+
+Reference: https://github.com/pytorch/pytorch/issues/13746
+Reference: https://github.com/pytorch/pytorch/issues/21873
+
+Index: pytorch-1.4.0_p0/caffe2/share/contrib/depthwise/CMakeLists.txt
+===================================================================
+--- pytorch-1.4.0_p0.orig/caffe2/share/contrib/depthwise/CMakeLists.txt
++++ pytorch-1.4.0_p0/caffe2/share/contrib/depthwise/CMakeLists.txt
+@@ -6,4 +6,3 @@ set(Caffe2_CONTRIB_DEPTHWISE3x3_TEST_CPU
+ )
+
+ set(Caffe2_CPU_SRCS ${Caffe2_CPU_SRCS} ${Caffe2_CONTRIB_DEPTHWISE3x3_CPU_SRC} PARENT_SCOPE)
+-set(Caffe2_CPU_TEST_SRCS ${Caffe2_CPU_TEST_SRCS} ${Caffe2_CONTRIB_DEPTHWISE3x3_TEST_CPU_SRC} PARENT_SCOPE)