Package Details: simpleitk 2.3.1-1

Git Clone URL: https://aur.archlinux.org/simpleitk.git (read-only, click to copy)
Package Base: simpleitk
Description: A simplified layer built on top of ITK
Upstream URL: http://www.simpleitk.org/
Licenses: Apache
Submitter: yan12125
Maintainer: m-pilia
Last Packager: m-pilia
Votes: 1
Popularity: 0.000000
First Submitted: 2016-05-28 13:08 (UTC)
Last Updated: 2023-12-23 10:55 (UTC)

Dependencies (18)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

VorpalWay commented on 2023-10-04 16:27 (UTC)

There appear to be a missing dependency for this package:

CMake Error at /usr/lib/cmake/ITK-5.3/Modules/ITKEigen3.cmake:16 (find_package):
  Could not find a package configuration file provided by "Eigen3" (requested
  version 3.3) with any of the following names:

    Eigen3Config.cmake
    eigen3-config.cmake

  Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
  "Eigen3_DIR" to a directory containing one of the above files.  If "Eigen3"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  /usr/lib/cmake/ITK-5.3/ITKModuleAPI.cmake:76 (include)
  /usr/lib/cmake/ITK-5.3/ITKModuleAPI.cmake:31 (itk_module_load)
  /usr/lib/cmake/ITK-5.3/ITKModuleAPI.cmake:129 (_itk_module_config_recurse)
  /usr/lib/cmake/ITK-5.3/ITKConfig.cmake:88 (itk_module_config)
  CMakeLists.txt:64 (find_package)

Adding eigen as a makedepends fixes this (it is a header only library, so it shouldn't be needed as a runtime dependency).

m-pilia commented on 2021-04-05 11:19 (UTC)

I updated to version 2.0.2. I turned this into a split package, so that it is now possible to separately install the wrappers for different languages as separate packages.

Please note that SimpleITK 2 requires insight-toolkit to be built with the SimpleITKFilters module (-DModule_SimpleITKFilters:BOOL=ON), that is currently not included in the configuration of the insight-toolkit AUR package. I already asked to add it, in the meantime it is necessary to edit the PKGBUILD file and add the flag to CMake when rebuilding insight-toolkit.

yan12125 commented on 2018-02-08 09:18 (UTC)

Dropping as I don't use this anymore.

yan12125 commented on 2017-08-04 19:08 (UTC)

I was using Arch's [testing] repo, which is faster than default Arch installs. Now apparently 7.1.1-4 has entered Manjaro. Is building fine with removing "CC=clang CXX=clang++" from PKGBUILD?

kdre commented on 2017-07-11 19:38 (UTC)

You can find all available Manjaro repositories here: http://repo.manjaro.org/ Packages of the current stable branch (64bit) for example here: http://mirror.ventraip.net.au/Manjaro/stable/core/x86_64/ As of today (July 11th): gcc-7.1.1-3-x86_64.pkg.tar.xz This doesn't seem to be different from what Arch distributes. A search ( https://www.archlinux.org/packages/?sort=&arch=x86_64&repo=Core&q=gcc&maintainer=&flagged= ) provides gcc 7.1.1-3 as well. So, I don't know what causes the incompatibility, but I tried again and gcc on Manjaro does not successfully compile simpleitk, clang does.

yan12125 commented on 2017-07-11 05:51 (UTC)

OK! I reverted the switch. Where can I find Manjaro package versions? Let's prevent such accidents the next time.

kdre commented on 2017-07-10 21:06 (UTC)

Yeah. Finally I succeeded to compile simpleitk. I had to compile&install itk 4.12. However, because I am running Manjaro (stable branch), the latest PKGBUILD failed for me. On my system, gcc version 7.1.1 20170528 is installed, which seems to be a bad one. I had to use the PKGBUILD which used clang for compilation (1.0.0-2). @yan12125: For the sake of compatibility it will be great if you can switch back to clang again.

yan12125 commented on 2017-07-10 13:38 (UTC)

I'm not sure where exactly the bug is. At least gdcm 2.8.0-9 + insight-toolkit 4.12.0-8 + simpleitk 1.0.0-3 builds fine on my machine. When I updated simpleitk to 1.0.0, gdcm is still at 2.6.7, so I guess ITK 4.11 is incompatible with GDCM 2.8. By the way, I switched back to gcc. Seems the GCC bug is already fixed.

kdre commented on 2017-07-09 19:58 (UTC)

Don't think it is an itk bug, because simpleitk 1.0.0-1 compiled and installed without any problems. Could it be the switch to clang?

yan12125 commented on 2017-07-08 17:15 (UTC)

Seems an old ITK bug. Could you upgrade to ITK 4.12 and try again?