diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-29 20:20:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-01 23:23:52 +0000 |
| commit | 7447159d4a781d2f0e54dfe597df7083dca054a2 (patch) | |
| tree | 3d342c7d8df5bf3e459cf1b4c29a3e447baadc81 /gnu/packages/image.scm | |
| parent | 22c9028522269dd6cb6db4b5fc3105497e77c647 (diff) | |
gnu: vigra: Remove python-nose native-inputs.
* gnu/packages/image.scm (vigra)
[arguments]: Relocate field.
[native-inputs]: Remove python-nose.
Change-Id: Ic0acd630a9cfef9019efc5b9dbb543c8ff881261
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/image.scm')
| -rw-r--r-- | gnu/packages/image.scm | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index f185858635d..0e56e4140fd 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1443,28 +1443,14 @@ from Lisp and S-expressions, building pixel perfect badges.") (sha256 (base32 "0x6qcsbjxp2alxqxsngs8a22fdi7pi2ylv9q4l1jgmypn0svkqqk")))) (build-system cmake-build-system) - (inputs (list boost - fftw - fftwf - hdf5 - ilmbase ;propagated by openexr, but needed explicitly - ;to create a configure-flag - libjpeg-turbo - libpng - libtiff - openexr-2 - python-wrapper - python-numpy-2 - zlib)) - (native-inputs (list doxygen python-nose python-sphinx)) (arguments (list #:configure-flags #~(list "-Wno-dev" ;suppress developer mode with lots of warnings (string-append - "-DVIGRANUMPY_INSTALL_DIR=" #$output "/lib/python" - #$(version-major+minor (package-version python)) - "/site-packages") + "-DVIGRANUMPY_INSTALL_DIR=" #$output "/lib/python" + #$(version-major+minor (package-version python)) + "/site-packages") ;; OpenEXR is not enabled by default. "-DWITH_OPENEXR=1" ;; Fix rounding error on 32-bit machines @@ -1479,6 +1465,20 @@ from Lisp and S-expressions, building pixel perfect badges.") "-DAUTOBUILD_TESTS=ON" ;; Disable running tests during the build. "-DAUTOEXEC_TESTS=OFF"))) + (inputs (list boost + fftw + fftwf + hdf5 + ilmbase ;propagated by openexr, but needed explicitly + ;to create a configure-flag + libjpeg-turbo + libpng + libtiff + openexr-2 + python-wrapper + python-numpy-2 + zlib)) + (native-inputs (list doxygen python-sphinx)) (synopsis "Computer vision library") (description "VIGRA stands for Vision with Generic Algorithms. It is an image |
