mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: oneapi-dnnl: Update to 3.5.3.
* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.5.3.
This commit is contained in:
parent
cf468ebd38
commit
d433001154
1 changed files with 2 additions and 2 deletions
|
@ -5903,7 +5903,7 @@ Brian 2 simulator.")
|
||||||
(define-public oneapi-dnnl
|
(define-public oneapi-dnnl
|
||||||
(package
|
(package
|
||||||
(name "oneapi-dnnl")
|
(name "oneapi-dnnl")
|
||||||
(version "3.3.5")
|
(version "3.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5912,7 +5912,7 @@ Brian 2 simulator.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05ra5zziys2hvn29y6ysiqzsf4jr9bf2bci5sc3swvf3bs2y5ihf"))))
|
(base32 "1m2d7qlbfk86rmvmpvx2k3rc2k0l9hf9qpa54jl44670ls9n8i7w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (if (target-riscv64?)
|
(arguments (if (target-riscv64?)
|
||||||
(list #:configure-flags #~'("-DDNNL_CPU_RUNTIME=SEQ"))
|
(list #:configure-flags #~'("-DDNNL_CPU_RUNTIME=SEQ"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue