-
-
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
CMAKE Files to Identify ANTs Libraries #1369
Comments
Was any progress made on this front? |
Not to my knowledge, sorry |
I think I need to do this. Can this issue be assigned to me? |
Certainly, that would be great. Happy to help if I can |
It turns out I don't need this, at least not now. I made minimal progress, which I put in draft PR #1656. |
Hi @dzenanz just curious - why did you not need this in the end? The biggest enhancement for ANTsPy would be to prune unused files from the ANTs build in order to decrease the build size, so I am wondering if your draft PR was progress towards that front. Thanks! |
I ended up not compiling ANTs as such. I |
Got it - looks interesting, thanks for sharing. |
Is your feature request related to a problem?
Building something like ANTsPy on top of an ANTs installation is difficult because ANTs libraries aren't defined in a CMAKE file that can be found using
find_package
.Proposed new features
Generate a
ANTsConfig.cmake
file (at the minimum) that defines the libraries installed with ANTs.The text was updated successfully, but these errors were encountered: