mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: tensorflow: Do not unpack directory.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Copy Eigen source code instead of trying to unpack it.
This commit is contained in:
parent
d6fa2381da
commit
76ab15a7c9
1 changed files with 1 additions and 2 deletions
|
@ -1899,8 +1899,7 @@ (define-public tensorflow
|
|||
(invoke "tar" "xf" (assoc-ref inputs "protobuf:src")
|
||||
"-C" "protobuf-src" "--strip-components=1")
|
||||
(mkdir-p "eigen-src")
|
||||
(invoke "tar" "xf" (assoc-ref inputs "eigen:src")
|
||||
"-C" "eigen-src" "--strip-components=1")
|
||||
(copy-recursively (assoc-ref inputs "eigen:src") "eigen-src")
|
||||
|
||||
(substitute* "tensorflow/contrib/cmake/tf_python.cmake"
|
||||
;; Take protobuf source files from our source package.
|
||||
|
|
Loading…
Reference in a new issue