diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-21 22:22:51 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-21 22:22:51 +0200 |
| commit | c1ef6dc23723d4fef3c363c6d417ad40fdfd2a94 (patch) | |
| tree | 8ddf43bf5056773461381d4837ed88cb7f0faf96 /gnu | |
| parent | c0e31bbb7cbfa40c11f748f4540a4c9f3e3f01ac (diff) | |
gnu: flann: Build with python@3.
* gnu/packages/maths.scm (flann)[inputs]: Replace python-2 by python.
Change-Id: Ia0e2ae8ca6a1198aed0c9f652f3737f2dbadca1c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f0fb87765b8..222b2de9178 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -7808,14 +7808,15 @@ in finite element programs.") | |||
| 7808 | (native-inputs | 7808 | (native-inputs |
| 7809 | (list unzip)) | 7809 | (list unzip)) |
| 7810 | (inputs | 7810 | (inputs |
| 7811 | `(("hdf5" ,hdf5) | 7811 | (list |
| 7812 | ;; FIXME: 'mkoctfile' fails with a linker error: | 7812 | hdf5 |
| 7813 | ;; ld: cannot find -loctinterp | 7813 | ;; FIXME: 'mkoctfile' fails with a linker error: |
| 7814 | ;; ld: cannot find -loctave | 7814 | ;; ld: cannot find -loctinterp |
| 7815 | ;; Disable it for now. | 7815 | ;; ld: cannot find -loctave |
| 7816 | ;;("octave" ,octave-cli) | 7816 | ;; Disable it for now. |
| 7817 | ("python" ,python-2) ; print syntax | 7817 | ;; octave-cli |
| 7818 | ("zlib" ,zlib))) | 7818 | python |
| 7819 | zlib)) | ||
| 7819 | (arguments | 7820 | (arguments |
| 7820 | `(;; The 'share/flann/octave' contains a .mex file, which is an ELF file | 7821 | `(;; The 'share/flann/octave' contains a .mex file, which is an ELF file |
| 7821 | ;; taken 46 MiB unstripped, and 6 MiB stripped. | 7822 | ;; taken 46 MiB unstripped, and 6 MiB stripped. |
