-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Error building ANTs related to MD5 #1248
Comments
I have the same problem |
@gourdchen do you have the latest code? Feel free to open a new issue using the "Build problems" template |
@cookpa yes, I use the latest release. |
I just added the -DBUILD_TESTING=OFF and built it successfully on ubuntu 18.04 which I just finally upgraded from 14.04 (long long wait and story). However, it is taking a really long time to even do affine (previously for the same data took about 1.5 min now 13 or 14 min) and even more for nonlinear. Is there anything which has changed in ANTs or some weird ANTS 18.04 specific thing I need to know? It is still running (40 min later, normal time to finish my code is 13-15 min). Thanks |
And to be clear, the python code etc I am running and the input image are identical to before the upgrade. |
This appears to be unrelated to the original posting. Please open a separate issue. |
Ok. It is related in that I did use the -DBUILD_TESTING=OFF trick to get it to compile as suggested by this thread. Maybe that suggestion is in another thread. My bad. |
But the context is different. Please open a separate issue. |
Ok, will do |
We fixed this issue, but the tests may still fail if your build process can't download the test data at run time. The long run times are unrelated. You'd need to share the exact command as run and preferably the data (or at least as much information as possible about the data). |
When did the error occur?
[ ] CMake configuration (cmake / ccmake)
[X] Compilation (make)
[ ] Installation (make install)
Build environment
ANTs version
Ecphorella
Build configuration and logs
Additional context
Hi there,
I am trying to build ANTs however I keep running into the following error:
This seems to be a similar (but slightly different issue) to #1236. I have also made sure that
xcode-select
(v2384),brew
(v3.2.15),cmake
(v3.21.3), andmake
(v3.81) are all up to date.Thanks!
The text was updated successfully, but these errors were encountered: