Search Criteria
Package Details: insight-toolkit 5.4.0-1
Package Actions
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-2.0 |
Submitter: | joelsc |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 38 |
Popularity: | 0.100348 |
First Submitted: | 2008-11-16 19:36 (UTC) |
Last Updated: | 2024-08-24 21:51 (UTC) |
Dependencies (13)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdcmAUR (gdcm-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
crmullins commented on 2018-12-16 05:33 (UTC)
This should be fixed now that the GDCM package is updated to use 2.8.8. The issue was that before we were not using the system GDCM, so ITK was building the version bundled with it, which builds (and then tries to install) its own openjpeg2 -- ignoring the ITK_USE_SYSTEM_JPEG and GDCM_USE_SYSTEM_OPENJPEG config variables. Please reach out if you have any other issues.
flipmess commented on 2018-12-14 20:32 (UTC)
hi, i get this error after build.
(1/1) checking for file conflicts [############################################################################] 100% error: failed to commit transaction (conflicting files) insight-toolkit: /usr/lib/pkgconfig/libopenjp2.pc exists in filesystem (owned by openjpeg2) Errors occurred, no packages were upgraded.
geosam commented on 2018-07-30 22:21 (UTC)
Fix the GCC 8: https://gist.github.com/samtux/b7cf81b208671425589508d2c1978bfe
lotsocats commented on 2018-07-06 19:02 (UTC)
Trouble building with GCC 8. There's a patch here:
https://github.com/InsightSoftwareConsortium/ITK/commit/4afac33fd2680d983989e4cee00605fa82439cce#diff-4e6c81f8e09f8b7a7b6f54c10c849617
m-pilia commented on 2018-03-18 10:34 (UTC) (edited on 2018-04-03 08:36 (UTC) by m-pilia)
I had troubles building 4.13 with Python wrappers using gcc,
castxml
failed being unable to find the headers of the standard C++ library, however I solved by building everything with clang.<s>I also had linking problems with system GDCM (several symbols missing), I tried both with the version on AUR (2.8.3) and the more recent 2.8.4, with no luck. In the end I circumvented the problem by using the bundled version of GDCM, even though I do not like this solution...</s>
Edit: I solved the GDCM linking issue, actually it does not happen with the config in this PKGBUILD, it was related to some of the additional ITK modules I enabled for the build. Still I cannot make CastXML work with gcc, but that is a minor issue imho.
bobschi commented on 2018-01-29 18:34 (UTC) (edited on 2018-01-29 18:44 (UTC) by bobschi)
Please update to version 4.13.0 and add the follwing two CMake flags, which are necessary for minc-toolkit-v2:
-DModule_ITKIOMINC:BOOL=ON -DModule_ITKIOTransformMINC:BOOL=ON
Also gtest (https://www.archlinux.org/packages/community/x86_64/gtest/) is a dependency now.
crmullins commented on 2017-06-27 02:19 (UTC)
crmullins commented on 2017-06-22 23:20 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »