mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gemmlowp: Update to 0.1-1.08e4bb3.
* gnu/packages/machine-learning.scm (gemmlowp): Update to 0.1-1.08e4bb3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8b4a248fc4
commit
be2786144c
1 changed files with 4 additions and 3 deletions
|
@ -1194,7 +1194,7 @@ (define-public rxcpp
|
|||
|
||||
|
||||
(define-public gemmlowp
|
||||
(let ((commit "f9959600daa42992baace8a49544a00a743ce1b6")
|
||||
(let ((commit "08e4bb339e34017a0835269d4a37c4ea04d15a69")
|
||||
(version "0.1")
|
||||
(revision "1"))
|
||||
(package
|
||||
|
@ -1207,13 +1207,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")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; This directory contains the CMakeLists.txt.
|
||||
|
|
Loading…
Reference in a new issue