GNU bug report logs -
#64915
[PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Fri, 28 Jul 2023 07:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64915 in the body.
You can then email your comments to 64915 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64915
; Package
guix-patches
.
(Fri, 28 Jul 2023 07:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 28 Jul 2023 07:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (gemmlowp): Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
---
gnu/packages/machine-learning.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 897bf9f82a..e8225c76f3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1199,7 +1199,7 @@ (define-public rxcpp
(define-public gemmlowp
- (let ((commit "f9959600daa42992baace8a49544a00a743ce1b6")
+ (let ((commit "08e4bb339e34017a0835269d4a37c4ea04d15a69")
(version "0.1")
(revision "1"))
(package
@@ -1212,13 +1212,14 @@ (define-public gemmlowp
(file-name (git-file-name name version))
(sha256
(base32
- "1hzfhlhzcb827aza6a7drydc67dw5fm3qfqilb9ibskan8dsf0c6"))))
+ "1q8f3w5slxd8fbn31hpm00y6wyp7gm71rzr27cmcff4b3px4ca6k"))))
(arguments
`(#:configure-flags
(list ,@(match (%current-system)
((or "x86_64-linux" "i686-linux")
'("-DCMAKE_CXX_FLAGS=-msse2"))
- (_ '())))
+ (_ '()))
+ "-DBUILD_SHARED_LIBS=ON") ; force shard lib build
#:phases
(modify-phases %standard-phases
;; This directory contains the CMakeLists.txt.
base-commit: 35c8d631d2bd63c64e863b5509f29fdcb7f856e6
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64915
; Package
guix-patches
.
(Sun, 27 Aug 2023 18:52:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/machine-learning.scm (gemmlowp): Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
> ---
> gnu/packages/machine-learning.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Thanks for the patch.
I used the package version (0.1-1.08e4bb3) in the commit message and
removed the comment as I didn't think it was necessary.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 27 Aug 2023 18:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Sun, 27 Aug 2023 18:52:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Sep 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.