guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pytorch: Remove leftover comment.


From: guix-commits
Subject: branch master updated: gnu: python-pytorch: Remove leftover comment.
Date: Wed, 04 Aug 2021 12:03:51 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a537ef5  gnu: python-pytorch: Remove leftover comment.
a537ef5 is described below

commit a537ef5e0ceca76de0073541c98999bb206052b3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 4 18:02:55 2021 +0200

    gnu: python-pytorch: Remove leftover comment.
    
    * gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Remove
    leftover comment.
---
 gnu/packages/machine-learning.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 4149def..fd06582 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2638,15 +2638,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
                       (setenv "USE_SYSTEM_LIBS" "1")
 
                       ;; XXX: Disable that for simplicity for now.
-                      (setenv "USE_FBGEMM" "0")
-
-                      ;; Set 'OUT/lib' rather than '$ORIGIN' as the RUNPATH on
-                      ;; binaries that go to 'lib/python3.8/torch/bin' & co.
-                      #;(substitute* "cmake/Dependencies.cmake"
-                        (("^set\\(CMAKE_INSTALL_RPATH .*")
-                         (string-append "set(CMAKE_INSTALL_RPATH \""
-                                        (assoc-ref outputs "out")
-                                        "/lib\")\n")))))
+                      (setenv "USE_FBGEMM" "0")))
                   (add-before 'build 'make-things-writable
                     (lambda _
                       ;; The 'build_caffe2' function in



reply via email to

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