From: Andy Tai <atai@atai.org>
To: 64915@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
Date: Fri, 28 Jul 2023 00:28:04 -0700 [thread overview]
Message-ID: <6706043871d95ac8fcf3eb4adf6abe771a624182.1690529242.git.atai@atai.org> (raw)
* 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
next reply other threads:[~2023-07-28 8:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-28 7:28 Andy Tai [this message]
2023-08-27 18:25 ` [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69 Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6706043871d95ac8fcf3eb4adf6abe771a624182.1690529242.git.atai@atai.org \
--to=atai@atai.org \
--cc=64915@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.