1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Cayetano Santos
2026-01-25 09:02:50 +01:00
committed by Rutherther
parent 8d167feaaf
commit 3ffa19fabb

View File

@@ -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