gnu: flann: Build with python@3.

* gnu/packages/maths.scm (flann)[inputs]: Replace python-2 by python.

Change-Id: Ia0e2ae8ca6a1198aed0c9f652f3737f2dbadca1c
This commit is contained in:
Andreas Enge 2025-09-21 22:22:51 +02:00
parent c0e31bbb7c
commit c1ef6dc237
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -7808,14 +7808,15 @@ in finite element programs.")
(native-inputs
(list unzip))
(inputs
`(("hdf5" ,hdf5)
(list
hdf5
;; FIXME: 'mkoctfile' fails with a linker error:
;; ld: cannot find -loctinterp
;; ld: cannot find -loctave
;; Disable it for now.
;;("octave" ,octave-cli)
("python" ,python-2) ; print syntax
("zlib" ,zlib)))
;; octave-cli
python
zlib))
(arguments
`(;; The 'share/flann/octave' contains a .mex file, which is an ELF file
;; taken 46 MiB unstripped, and 6 MiB stripped.