~ruther/guix-local

830562e5cdb6c244f39c3168b4649c1144099450 — Cayetano Santos 5 months ago cffa8e2
gnu: dlib: Update to 20.0.

* gnu/packages/machine-learning.scm (dlib): Update to 20.0.
[inputs]: Remove libjxl-0.10; add libjxl and pybind11.
[native-inputs]: Remove libnsl.

Change-Id: Ib0efe74c2e7e4f66ce43ef065bfe9eeaa9ece997
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +5 -6
@@ 1999,7 1999,7 @@ than 8 bits, and at the end only some significant 8 bits are kept.")
(define-public dlib
  (package
    (name "dlib")
    (version "19.24.6")
    (version "20.0")
    (source
     (origin
      (method git-fetch)


@@ 2008,7 2008,7 @@ than 8 bits, and at the end only some significant 8 bits are kept.")
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
       (base32 "11j86nxkj78v8xdx2s80mfplq4j0rs0y0iidqgma12b2pdk3p486"))
       (base32 "1k6jwbb7n842snd2znv0ix8zwa4a35y324jb7mpkj0vn9arzndam"))
      (modules '((guix build utils)))
      (snippet
       '(begin


@@ 2057,18 2057,17 @@ than 8 bits, and at the end only some significant 8 bits are kept.")
                (invoke "cmake" "--build" "." "--config" "Release")
                (invoke "./dtest" "--runall")))))))
    (native-inputs
     (list pkg-config
           ;; For tests.
           libnsl))
     (list pkg-config))
    (inputs
     (list ffmpeg
           giflib
           libjpeg-turbo
           libjxl-0.10
           libjxl
           libpng
           libwebp
           libx11
           openblas
           pybind11
           zlib))
    (synopsis
     "Toolkit for making machine learning and data analysis applications in