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

Added support for IBM POWER8/9 architectures #1243

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

pantaray
Copy link
Contributor

Hello ANTs team!

We're running IBM POWER E880 servers in our HPC cluster infrastructure and I built ANTs for that architecture. Since building libpng on POWER is a little tedious I basically just added the option to use the system libpng for ITK and set compiler flags depending on the build target. Maybe these changes are useful for others who want to run ANTs on similar hardware.

All the best from Frankfurt,
Stefan

- included (advanced) ccmake config option to use the system png library
  instead of having ITK build a local version (building libpng tends to
  break on ppcle)
- set ITK compiler flags according to host arch

 On branch master
 Changes to be committed:
	modified:   CMake/ITKSetStandardCompilerFlags.cmake
	modified:   Common.cmake
	modified:   SuperBuild/External_ITKv5.cmake
@cookpa cookpa self-requested a review September 28, 2021 16:29
Copy link
Member

@cookpa cookpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@cookpa
Copy link
Member

cookpa commented Oct 1, 2021

Thanks @pantaray

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

Successfully merging this pull request may close these issues.

2 participants