I have built ITK 5.2.1 on linux 64-bits and all tests pass. Same build on 32-bits, have many failures. Wondering if it is my set-up. Has anyone sucessfully run the test suite on 32-bits linux?
I solved part of my problems by setting ITK_COMPUTER_MEMORY_SIZE to less than 4GB which turns off the tests with huge memory requirements. The set of failures is now:
What are the compiler flags and options set to specified the architecture and the available instruction set?
As the SSE2 instruction set was introduces 20 years ago, there may not be significant interest in supporting such an old configuration. However, contributions are welcomed.
I old recently stop a build with the “-m32” option. This was 32-bits but used more instructions and FPU options that it appears this build is trying to use.
From the ITK github page, I can see just one CI builder for linux that targets x86_64. Is it accurate to conclude that is the only target for ITK running on linux? No tracking for 32 bits or other processors like ARM, for example?