diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-25 09:02:50 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:31 +0100 |
| commit | 3ffa19fabbf11f84fcb0113eed62e51542a8021b (patch) | |
| tree | 3d88901efc4269c25f4a45f982b0d6270a3f9d39 /gnu/packages/oneapi.scm | |
| parent | 8d167feaafa4b3497c894809cfafb54ce10a6371 (diff) | |
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>
Diffstat (limited to 'gnu/packages/oneapi.scm')
| -rw-r--r-- | gnu/packages/oneapi.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/oneapi.scm b/gnu/packages/oneapi.scm index 2e49c291335..8c7d756591d 100644 --- a/gnu/packages/oneapi.scm +++ b/gnu/packages/oneapi.scm @@ -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 |
