[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: tensorflow: Drop trailing #T from build phase.
From: |
guix-commits |
Subject: |
03/06: gnu: tensorflow: Drop trailing #T from build phase. |
Date: |
Tue, 20 Jun 2023 17:41:51 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 91e07cc5bf99fed2eafc7a067e10ca4414e10902
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 20 18:38:40 2023 +0200
gnu: tensorflow: Drop trailing #T from build phase.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove #T from
'set-source-file-times-to-1980 phase.
---
gnu/packages/machine-learning.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 74b08aa020..a3edbcb894 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2394,7 +2394,7 @@ Python.")
;; "ZIP does not support timestamps before 1980". Luckily,
;; SOURCE_DATE_EPOCH is respected, which we set to some time in
;; 1980.
- (lambda _ (setenv "SOURCE_DATE_EPOCH" "315532800") #t))
+ (lambda _ (setenv "SOURCE_DATE_EPOCH" "315532800")))
(add-after 'unpack 'python3.10-compatibility
(lambda _
;; See
https://github.com/tensorflow/tensorflow/issues/20517#issuecomment-406373913
- branch master updated (24fc0d506a -> 6a91d4b8e0), guix-commits, 2023/06/20
- 02/06: gnu: tensorflow: Patch for numpy >= 1.23., guix-commits, 2023/06/20
- 05/06: gnu: python-keras: Update to 2.3.1., guix-commits, 2023/06/20
- 04/06: gnu: tensorflow: Patch one more instance of "collections"., guix-commits, 2023/06/20
- 06/06: gnu: python-dask: Add missing input., guix-commits, 2023/06/20
- 01/06: gnu: tensorflow: Drop package labels from propagated-inputs., guix-commits, 2023/06/20
- 03/06: gnu: tensorflow: Drop trailing #T from build phase.,
guix-commits <=