mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: dlib: Remove unused fftw from inputs.
* gnu/packages/machine-learning.scm (dlib)[inputs]: Remove fftw. (define-module): Don't include algebra.scm. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
d2262d7052
commit
f40841e999
1 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,6 @@ (define-module (gnu packages machine-learning)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix build-system r)
|
#:use-module (guix build-system r)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages algebra)
|
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
@ -515,8 +514,7 @@ (define-public dlib
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fftw" ,fftw)
|
`(("giflib" ,giflib)
|
||||||
("giflib" ,giflib)
|
|
||||||
;("lapack" ,lapack) XXX lapack here causes test failures in some setups.
|
;("lapack" ,lapack) XXX lapack here causes test failures in some setups.
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
|
Loading…
Reference in a new issue