Package Details: itk-lite 5.4.2-2

Git Clone URL: https://aur.archlinux.org/itk-lite.git (read-only, click to copy)
Package Base: itk-lite
Description: Cross-platform system that provides developers with an extensive suite of software tools for image analysis
Upstream URL: https://itk.org/
Licenses: Apache-2.0
Conflicts: insight-toolkit, itk
Provides: insight-toolkit, itk
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 36
Popularity: 0.000000
First Submitted: 2025-03-10 17:57 (UTC)
Last Updated: 2025-03-10 17:57 (UTC)

Required by (12)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

<deleted-account> commented on 2011-07-21 18:40 (UTC)

Could you please add "-DITK_USE_REVIEW:BOOL=ON" to the PKGBUILD to enable the ITK Review library?

td123 commented on 2011-05-25 22:30 (UTC)

thanks for letting me know, I will have a fixed version up soon

intelfx commented on 2011-05-25 17:47 (UTC)

A problem is encountered when compiling with GCC 4.6.0 - ptrdiff_t is not defined. This seems to happen because ITK includes <cstddef>, but uses globally-defined "ptrdiff_t". This worked with earlier versions of GCC because of a side-effect global "ptrdiff_t".