mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-pytorch: Remove leftover comment.
* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Remove leftover comment.
This commit is contained in:
parent
dfb154e6d0
commit
a537ef5e0c
1 changed files with 1 additions and 9 deletions
|
@ -2638,15 +2638,7 @@ (define-public python-pytorch
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue