~ruther/guix-local

3ffa19fabbf11f84fcb0113eed62e51542a8021b — Cayetano Santos 29 days ago 8d167fe
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>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/oneapi.scm
M gnu/packages/oneapi.scm => gnu/packages/oneapi.scm +4 -2
@@ 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