unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
@ 2023-07-28  7:28 Andy Tai
  2023-08-27 18:25 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-07-28  7:28 UTC (permalink / raw)
  To: 64915; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69
  2023-07-28  7:28 [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69 Andy Tai
@ 2023-08-27 18:25 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-27 18:25 UTC (permalink / raw)
  To: Andy Tai; +Cc: 64915-done, 64915

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]


Andy Tai <atai@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-27 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28  7:28 [bug#64915] [PATCH] gnu: gemmlowp: Update to commit 08e4bb339e34017a0835269d4a37c4ea04d15a69 Andy Tai
2023-08-27 18:25 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).