guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: python-pytorch-for-r-torch: Define as alias for python-pytor


From: guix-commits
Subject: 04/09: gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch.
Date: Wed, 10 May 2023 02:40:03 -0400 (EDT)

rekado pushed a commit to branch wip-pytorch-lightning
in repository guix.

commit 347c7d25b762bb37bb1e01d814a1e034e03a685a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 22:54:16 2023 +0200

    gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch.
    
    * gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Remove
    duplicate definition.
---
 gnu/packages/machine-learning.scm | 39 +--------------------------------------
 1 file changed, 1 insertion(+), 38 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index d630fe090e..03fd2e2135 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3416,44 +3416,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.13.1")
-    (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
-                "17yxjzwp4zp75fz7czgz9acijzw7dpyqcza50v8y1x7hfg2gw369"))
-              (patches (search-patches "python-pytorch-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"))
-                  (substitute* "functorch/CMakeLists.txt"
-                    (("\\$\\{_rpath_portable_origin\\}/../torch/lib")
-                     "$ORIGIN/../torch/lib"))))))))
+(define-public python-pytorch-for-r-torch python-pytorch)
 
 ;; Keep this in sync with python-pytorch
 (define-public python-torchvision



reply via email to

[Prev in Thread] Current Thread [Next in Thread]