mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: level-zero: Fix inputs and licenses.
* gnu/packages/oneapi.scm (level-zero)[inputs]: Delete spdlog-13; add spdlog-14. [licenses]: Add asl2.0. Change-Id: If819ff189717aa788161799dfb5ccf3d8c1d7bb1
This commit is contained in:
parent
dfe4eabe3f
commit
73c5ad8a74
1 changed files with 4 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
|||
#:configure-flags
|
||||
#~(list "-DSYSTEM_SPDLOG=ON"
|
||||
(string-append "-DVERSION_SHA=" #$version))))
|
||||
(inputs (list spdlog-1.13))
|
||||
(inputs (list spdlog-1.14))
|
||||
(native-inputs (list pkg-config python-minimal-wrapper))
|
||||
(home-page
|
||||
"https://oneapi-src.github.io/level-zero-spec/level-zero/latest/index.html")
|
||||
|
|
@ -73,7 +73,9 @@
|
|||
@item validation layer
|
||||
@item tracing layer
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
(license
|
||||
(list license:expat ;level-zero
|
||||
license:asl2.0)))) ;third-party/xla
|
||||
|
||||
;;; Updates and replaces oneapi-dnnl in (gnu packages machine-learning)
|
||||
(define-public onednn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue