Skip to content
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

Issue with building a conda-forge package for ANTs #60

Open
ghisvail opened this issue Jul 11, 2021 · 3 comments
Open

Issue with building a conda-forge package for ANTs #60

ghisvail opened this issue Jul 11, 2021 · 3 comments

Comments

@ghisvail
Copy link
Contributor

I am having troubles building a conda-forge package for ANTs using the libitk-devel package. I filed an issue upstream with details about the errors in the build log. They reckon it may come from differences in ITK configurations between this conda-forge package and what ANTs expect.

Could you help me identify what's missing and where the issue should be fixed?

Thanks.

@blowekamp
Copy link
Contributor

My thoughts where to start:

I see the following modules not enabled in package:

      -DModule_MGHIO:BOOL=ON
      -DModule_GenericLabelInterpolator:BOOL=ON
      -DModule_AdaptiveDenoising:BOOL=ON

Please make a PR to enable them.

I also see some legacy and compatibility flags disable in ANTs, in general we wish to keep those enabled top maximized compatibility. I'd suggest testing ANTs with those flags reenabled to verify they are not a problem.

@ghisvail
Copy link
Contributor Author

This is what the new build log looks like.

@blowekamp
Copy link
Contributor

The build is using the " -std=c++17" option. Is ANTS compatible?

I see most of the errors are related to templates and the itk::WriteImage method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants