ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
592 stars 160 forks source link

Erroneous R_PACKAGE_LIBS reference in configure_ITK.sh #536

Closed ncullen93 closed 4 months ago

ncullen93 commented 4 months ago

The cmake call in configure_ITK.sh (and other ITK functions) has a line that was accidentally copied over from ANTsR.

See https://github.com/ANTsX/ANTsPy/blob/087d760ade0c49ad91272438c5f6ecdc6a59d575/scripts/configure_ITK.sh#L58

I'm guessing it can just be removed because it hasn't caused any errors.. because ITK is not installed. Assigning myself here.