[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch.
From: |
guix-commits |
Subject: |
04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch. |
Date: |
Mon, 14 Mar 2022 02:25:07 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 46ec8500c14efb80570eb87ae43f61bbd0e9c291
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 22:51:45 2022 +0100
gnu: python-pytorch-for-r-torch: Reuse python-pytorch.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Use
definition on python-pytorch, thereby updating to 1.10.2.
---
gnu/packages/machine-learning.scm | 47 +--------------------------------------
1 file changed, 1 insertion(+), 46 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 2f7e1ac5d9..2067960720 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3034,52 +3034,7 @@ PyTorch when needed.
Note: currently this package does not provide GPU support.")
(license license:bsd-3)))
-(define-public python-pytorch-for-r-torch
- (package
- (inherit python-pytorch)
- (name "python-pytorch")
- (version "1.9.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/pytorch/pytorch")
- (commit (string-append "v" version))
- (recursive? #t)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0cznsh68hwk5761gv7iijb4g6jgjpvs3bbixwpzzmkbkbn2q96c1"))
- (patches (search-patches
"python-pytorch-1.9.0-system-libraries.patch"
- "python-pytorch-runpath.patch"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; XXX: Let's be clear: this package is a bundling fest. We
- ;; delete as much as we can, but there's still a lot left.
- (for-each (lambda (directory)
- (delete-file-recursively
- (string-append "third_party/" directory)))
- '("benchmark" "cpuinfo" "eigen"
-
- ;; FIXME: QNNPACK (of which XNNPACK is a fork)
- ;; needs these.
- ;; "FP16" "FXdiv" "gemmlowp" "psimd"
-
- "gloo" "googletest" "ios-cmake" "NNPACK"
- "onnx" "protobuf" "pthreadpool"
- "pybind11" "python-enum" "python-peachpy"
- "python-six" "tbb" "XNNPACK" "zstd"))
-
- ;; Adjust references to the onnx-optimizer headers.
- (substitute* "caffe2/onnx/backend.cc"
- (("onnx/optimizer/")
- "onnxoptimizer/"))))))
- (arguments
- (substitute-keyword-arguments (package-arguments python-pytorch)
- ((#:phases phases '%standard-phases)
- `(modify-phases ,phases
- ;; No module named 'onnx.optimizer'
- (delete 'sanity-check)))))))
+(define-public python-pytorch-for-r-torch python-pytorch)
(define-public python-hmmlearn
(package
- branch wip-r created (now 707baea6b9), guix-commits, 2022/03/14
- 02/111: gnu: apache-arrow: Update to 7.0.0., guix-commits, 2022/03/14
- 09/111: gnu: r-v8: Update to 4.1.0., guix-commits, 2022/03/14
- 04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch.,
guix-commits <=
- 07/111: gnu: Add r-spatstat-random., guix-commits, 2022/03/14
- 01/111: gnu: r-shinyjqui: Update to 0.4.1., guix-commits, 2022/03/14
- 05/111: gnu: liblantern: Update to 0.7.0., guix-commits, 2022/03/14
- 12/111: gnu: r-jsonlite: Update to 1.8.0., guix-commits, 2022/03/14
- 13/111: gnu: r-colorspace: Update to 2.0-3., guix-commits, 2022/03/14
- 14/111: gnu: r-glue: Update to 1.6.2., guix-commits, 2022/03/14
- 16/111: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/14
- 17/111: gnu: r-cvst: Update to 0.2-3., guix-commits, 2022/03/14
- 19/111: gnu: r-gower: Update to 1.0.0., guix-commits, 2022/03/14
- 22/111: gnu: r-jomo: Update to 2.7-3., guix-commits, 2022/03/14