Package Details: insight-toolkit 5.3.0-2

Git Clone URL: https://aur.archlinux.org/insight-toolkit.git (read-only, click to copy)
Package Base: insight-toolkit
Description: Cross-platform system that provides developers with an extensive suite of software tools for image analysis
Upstream URL: https://itk.org/
Licenses: Apache
Submitter: joelsc
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 37
Popularity: 0.000004
First Submitted: 2008-11-16 19:36 (UTC)
Last Updated: 2023-08-13 15:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

giniu commented on 2012-04-05 12:22 (UTC)

This is now broken with gcc 4.7, I will work on patch. Marking it out of date as a remainder.

giniu commented on 2012-04-01 20:27 (UTC)

install cannot copy file? By any chance you are using tmpfs and it got out of space? Like in https://bbs.archlinux.org/viewtopic.php?id=115506

Styx85 commented on 2012-04-01 19:26 (UTC)

Hm, I'm getting following mistake: -- Installing: /tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/ITK-4.1/Python/Configuration/ITKImageFunctionConfig.py -- Installing: /tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/ITK-4.1/Python/ITKImageFunction.py -- Installing: /tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/cmake/ITK-4.1/WrapITK/Configuration/Typedefs/python/ITKImageFunction_ext.i -- Installing: /tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/ITK-4.1/Python/ITKImageFunctionPython.py -- Installing: /tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/ITK-4.1/Python/_ITKImageFunctionPython.so CMake Error at Wrapping/Modules/ITKImageFunction/cmake_install.cmake:228 (FILE): file INSTALL cannot copy file "/tmp/yaourt-tmp-christoph/aur-insight-toolkit/src/build/lib/_ITKImageFunctionPython.so" to "/tmp/yaourt-tmp-christoph/aur-insight-toolkit/pkg/usr/lib/ITK-4.1/Python/_ITKImageFunctionPython.so". Call Stack (most recent call first): Wrapping/Modules/cmake_install.cmake:43 (INCLUDE) Wrapping/cmake_install.cmake:57 (INCLUDE) cmake_install.cmake:192 (INCLUDE) make: *** [install] Fehler 1 ==> FEHLER: Ein Fehler geschah in package(). Breche ab ... ==> ERROR: Makepkg was unable to build insight-toolkit. ==> Restart building insight-toolkit ? [y/N]

giniu commented on 2012-04-01 12:30 (UTC)

I decided to take care for this package for some time. First thing I will do is update to 4.1.0 and enabling of Python bindings as I got them working with 4.x. Next step will be trying to make use of system-wide installed jpeg/png/tiff/zlib/hdf/... libraries (this part did not worked with 4.0, still have to check with 4.1 - it should improve compilation time). Later I will look into enabling other bindings (just like VTK does).

<deleted-account> commented on 2011-07-23 10:28 (UTC)

@td123: Thanks :)

td123 commented on 2011-07-21 18:53 (UTC)

@lunaryorn, done

<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".