ANTsX / ITKR

port of ITK to R
6 stars 13 forks source link

Trying to make work with cmaker #9

Closed muschellij2 closed 7 years ago

muschellij2 commented 8 years ago

Using cmaker instead of cmake. Also added cmaker to the remotes if necessary.

Merge what you would like and discard otherwise.

stnava commented 8 years ago

good to see that travis is passing now - would you like me to merge this? should we expect this to ease maintenance/installation burden?

muschellij2 commented 8 years ago

I believe so. It depends if you require cmake or are going to depend on cmaker. If cmake only - then you can throw out the dep for cmaker and disregard some of my edits. If you'd like cmaker to step in when which cmake fails, then take all.

Also, I depend on git2r (which is fine since ANTsR deps on dplyr which deps on git2r, but I haven't fully integrated it in the install. The idea is that if git isn't installed, then git2r may be able to step in to do the git clone/pulling but I haven't been able to mirror the exact behavior of the git clone in ./configure with a git2r command