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.000002
First Submitted: 2008-11-16 19:36 (UTC)
Last Updated: 2023-08-13 15:11 (UTC)

Latest Comments

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

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.

crmullins commented on 2022-08-15 06:56 (UTC)

@hottea I encountered this, thanks for pointing it out. Would like to push forward your/m-pilia’s split package contribution, so I’ll keep an eye on this or find a workaround.

hottea commented on 2022-08-15 06:25 (UTC)

@crmullins You might wanna check this itk on AUR, and this upstream issue.

crmullins commented on 2022-08-14 20:29 (UTC)

Sorry this fell off my radar. I'm running into some issues testing entshuld's contribution, but will update this today if I'm able to get it built and packaged.