mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c0e31bbb7c
commit
c1ef6dc237
1 changed files with 9 additions and 8 deletions
|
@ -7808,14 +7808,15 @@ in finite element programs.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip))
|
||||||
(inputs
|
(inputs
|
||||||
`(("hdf5" ,hdf5)
|
(list
|
||||||
;; FIXME: 'mkoctfile' fails with a linker error:
|
hdf5
|
||||||
;; ld: cannot find -loctinterp
|
;; FIXME: 'mkoctfile' fails with a linker error:
|
||||||
;; ld: cannot find -loctave
|
;; ld: cannot find -loctinterp
|
||||||
;; Disable it for now.
|
;; ld: cannot find -loctave
|
||||||
;;("octave" ,octave-cli)
|
;; Disable it for now.
|
||||||
("python" ,python-2) ; print syntax
|
;; octave-cli
|
||||||
("zlib" ,zlib)))
|
python
|
||||||
|
zlib))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The 'share/flann/octave' contains a .mex file, which is an ELF file
|
`(;; The 'share/flann/octave' contains a .mex file, which is an ELF file
|
||||||
;; taken 46 MiB unstripped, and 6 MiB stripped.
|
;; taken 46 MiB unstripped, and 6 MiB stripped.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue