ANTsPy icon indicating copy to clipboard operation
ANTsPy copied to clipboard

Possible to install on top of existing ANTs install

Open blakedewey opened this issue 2 years ago • 3 comments

Is it possible to install ANTsPy on top of an existing ANTs install without rebuilding all of the libraries? We have lots of existing ANTs installs (in containers, etc.) and we'd like to explore ANTsPy as an interface to those packages.

blakedewey avatar May 13 '22 20:05 blakedewey

it's possible but you would have to make changes to the existing code base (in antspy) to do so.

stnava avatar May 13 '22 20:05 stnava

Any pointers where to start? I'd be happy to look into making this work in an optional way.

blakedewey avatar May 13 '22 20:05 blakedewey

take a look at the setup.py and follow the leads from there. you might also look way back into the beginning of the history to see how we did this back then - it's fine but not easy to maintain.

stnava avatar May 14 '22 19:05 stnava