Package Details: itk-lite 5.4.4-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-09-24 21:11 (UTC)

Required by (11)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

FabioLolix commented on 2025-09-24 21:25 (UTC)

CMake Error at Modules/ThirdParty/Eigen3/CMakeLists.txt:55 (find_package): Could not find a configuration file for package "Eigen3" that is compatible with requested version "3.3".

The following configuration files were considered but not accepted:
/usr/share/eigen3/cmake/Eigen3Config.cmake, version: 5.0.0

So eigen was updated to v5.0.0 from v3.4.0 (they also skipped v4.x upstream), I had to create eigen3 installed in /opt because eigen 5 still install in /usr/share/eigen3, the 3.4.x branch is till updated for the moment

p.zaffino commented on 2025-09-22 08:49 (UTC) (edited on 2025-09-22 08:49 (UTC) by p.zaffino)

I got this error:

CMake Error at Modules/ThirdParty/Eigen3/CMakeLists.txt:55 (find_package): Could not find a configuration file for package "Eigen3" that is compatible with requested version "3.3".

The following configuration files were considered but not accepted:

/usr/share/eigen3/cmake/Eigen3Config.cmake, version: 5.0.0

m-pilia commented on 2024-08-24 12:41 (UTC)

Hi, would it be possible to update to 5.4 RC? Even though it is still a release candidate, the SimpleITK 2.4 release already depends on ITK 5.4...

entshuld commented on 2024-05-26 00:54 (UTC)

@FabioLolix I decided against it, because is really a hijack, not safe in any way and really a mess. What may be of interest to you is this:


diff --git a/CMake/ITKModuleRemote.cmake b/CMake/ITKModuleRemote.cmake
index 4ff6daa4af..87c292d72d 100644
--- a/CMake/ITKModuleRemote.cmake
+++ b/CMake/ITKModuleRemote.cmake
@@ -2,9 +2,12 @@

 # Helper to perform the initial git clone and checkout.
 function(
-  _git_clone
-  git_executable
-  git_repository
-  git_tag
-  module_dir)
+    _git_clone
+    git_executable
+    git_repository
+    git_tag
+    module_dir)
+  message(STATUS "Replacing remote repository ${git_repository} by ${ITK_SOURCE_DIR}/../${_name}")
+  message(STATUS "${_name}::git+${git_repository}")
+  set(git_repository "file://REPLACE_ME/${_name}")
   execute_process(

Then, in the prepare() of PKGBUILD: sed -i "s^REPLACE_ME^${srcdir}^g" "${srcdir}"/disable_remote_git.diff Of course, you would have to get the right links for the modules that you want to enable. (You see? It's a mess).

Great work with the PKGBUILD.

FabioLolix commented on 2024-05-25 16:46 (UTC)

Hi @entshuld, you can let me know more and what changes are needed and could look into it, maybe there is no need another pkgbuild, can see my mail from the pkgbuild or profile

entshuld commented on 2024-05-25 16:35 (UTC)

Hi. Thanks for the package. I had to hijack it in order to build ITKElastix. I will create a new (split) package for that.

userfriendly commented on 2023-07-05 18:32 (UTC)

Thanks for fixing :-)

userfriendly commented on 2023-07-05 16:29 (UTC) (edited on 2023-07-05 16:32 (UTC) by userfriendly)

The requested URL returned error: 404 ==> ERROR: Error while downloading https://github.com/FabioLolix/ITK/commit/93bd9fe07e250bdac948ae6f2c2cc749f165f0e9.patch

Thanks for fixing :-)

F1729 commented on 2023-06-02 16:43 (UTC)

The current state of the package (5.2.1-15) is not compatible with the upgrade to GCC 13.1. It can be built by temporarily downgrading to GCC 12.2.

hottea commented on 2022-08-15 08:17 (UTC) (edited on 2022-08-15 08:17 (UTC) by hottea)

@crmullins Or you could delete this pkg, and continue to contribute to itk.