Atri Bhattacharya
Atri Bhattacharya
Seems to be similar to Issue #33
I am interested as a packager of blitz for openSUSE. It isn't possible in this case to compile with a lower version of papi since the distro (Tumbleweed) has already...
@thewtex Passed `-fno-sized-deallocation`(just used your patch from PR#3541) but we get the same error: ``` [ 566s] FAILED: Wrapping/Modules/ITKCommon/itkVectorContainerPython.cpp Wrapping/Generators/Python/itk/itkVectorContainerPython.py /home/abuild/rpmbuild/BUILD/ITK-5.2.1/build/Wrapping/Modules/ITKCommon/itkVectorContainerPython.cpp /home/abuild/rpmbuild/BUILD/ITK-5.2.1/build/Wrapping/Generators/Python/itk/itkVectorContainerPython.py [ 566s] cd /home/abuild/rpmbuild/BUILD/ITK-5.2.1/build/Wrapping/Typedefs/python && /usr/bin/swig -c++ -python...
@thewtex Git master does not build due to something else: ``` [ 78s] -- Build files have been written to: /home/abuild/rpmbuild/BUILD/ITK-5.2.1/build [ 79s] + ninja -v -j8 [ 79s] ninja:...
Need to revert commit ee989dc89afa3487bf0ec1e730e0bdb8ebea38a2 to get it building at all without the previous error. After reverting this commit, git master (as commit b9005b83b315cdf61a345037c49dfd84f7bde386) still fails to build with the...
This may be simply because of how `gcc` handles SSE instruction sets on 32-bit. From the GCC [manual](https://gcc.gnu.org/onlinedocs/gcc-10.3.0/gcc/x86-Options.html): > For the x86-32 compiler, you must use `-march=cpu-type`, `-msse` or `-msse2`...
On manually adding `-msse2` to the compiler flags solves the above complaint, but trades in a new one: ``` [ 306s] FAILED: Modules/Core/Common/src/CMakeFiles/ITKCommon.dir/itkMemoryProbesCollectorBase.cxx.o [ 306s] /usr/bin/c++ -DITKCommon_EXPORTS -I../Modules/ThirdParty/DoubleConversion/src -IModules/ThirdParty/DoubleConversion/src/double-conversion -IModules/ThirdParty/Eigen3/src...
Sorry, this seems to happen randomly (heisenbug?) on this arch, but most times — including the last few times since reporting this issue — the test succeeds. I will have...
So, I have to set `PYTHONPATH` manually again, but once I do that: ``` [ 39s] + export PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/cadabra2-2.3.2-0.x86_64/usr/lib64/python3.8/site-packages [ 39s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/cadabra2-2.3.2-0.x86_64/usr/lib64/python3.8/site-packages [ 39s] + /usr/bin/python3 core/cadabra2 tests/components.cdb [...