ANTsX / ITKR

port of ITK to R
6 stars 13 forks source link

Now ITKR and ANTsRCore not compatible #28

Closed muschellij2 closed 5 years ago

muschellij2 commented 6 years ago

ANTs requires ITK5 even though it's not fully released?

https://travis-ci.org/muschellij2/ANTsRCore/jobs/422773749

CMake Error at ANTS.cmake:45 (find_package):
  Could not find a configuration file for package "ITK" that is compatible
  with requested version "5".
  The following configuration files were considered but not accepted:
    /home/travis/R/Library/ITKR/libs/lib/cmake/ITK-4.13/ITKConfig.cmake, version: 4.13.0
Call Stack (most recent call first):
  CMakeLists.txt:76 (include)

The most updated release looks like 4.13 still: https://github.com/InsightSoftwareConsortium/ITK/releases

The tag for v5 had errors on windows. The commit for that tag was behind the current tag in ITKR, which seems odd that the commit after the release of v5 is v4.13. Maybe I don't understand their release structure, but this will now cause ANTsRCore to fail.

@stnava any idea of a commit which doesn't have HDF5 fails for ITK but is v5?