me
/
guix
Archived
1
0
Fork 0

gnu: dlib: Remove dependency on lapack.

* gnu/packages/machine-learning.scm (dlib): Remove dependency on lapack.

Change-Id: I1e230cef64f1a847bb44845ebf3f59e7f4704b7b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Romain GARBAGE 2024-03-11 12:07:14 +01:00 committed by Ludovic Courtès
parent 8b38ecb521
commit 8eeef890f3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

@ -1650,7 +1650,6 @@ than 8 bits, and at the end only some significant 8 bits are kept.")
libnsl))
(inputs
`(("giflib" ,giflib)
("lapack" ,lapack)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libx11" ,libx11)