Open ramBrain opened 1 year ago
I'm experiencing the same issue. I've tried editing the ITKR/src/itkb/ITKConfig.cmake file to include the ITKImageIO and ITKTransformIO factories but when I try installing ITKR via "R CMD INSTALL ITKR" command, it simply pulls down the original ITKConfig.cmake file and my changes are lost. Is there another way to have the ITKR installer include these two factories as well? Thanks!
You should edit the configure
file - that is what determines how ITK is built. See here
https://github.com/stnava/ITKR/blob/01d69c430c21b335fb860402eda6f14954dd52cb/configure#L74C1-L100C41 .
So maybe adapting a line like -DModule_ITKReview:BOOL=ON
.
Dear all,
I am trying to run LINDA from R, but this is what happens:
I am on Ubuntu 22.04.1 LTS (under WSL2).
Any clue?
Thank you in advance, Ramtin