-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fail with devtools #377
Comments
I'm not sure what this means (what caused the problem). It occurred twice FWIW. I ended up trying to install using Method 2 (from command line) listed here: https://github.com/ANTsX/ANTsR. That worked without errors. |
Thanks for the workaround. I've not used cmaker in a long time - what version of cmake does it provide? If it's too old, that might be the cause of compilation problems. |
I'm not sure how to check that - how do I check what version of cmaker it provides? That may well be the issue, because before trying the second method (command line install sequence using R CMD INSTALL), I in fact updated to the latest cmaker. |
Looks like CMake 3.11 from here https://github.com/stnava/cmaker/blob/master/DESCRIPTION I think but I'm not sure that |
I have reproduced this error via Docker, when installing using devtools::install and remotes::install
This is using R 4.0.5 and CMake 3.25.3, so I think it's not cmake. |
I just tried to build ANTsR from within R doing:
It seemed to compile fine, but then failed on the install:
This is a multi-user machine (OSX), but this was done from one of the accounts that has admin privileges.
Any ideas about what might have happened?
The text was updated successfully, but these errors were encountered: