Source: openmpi Version: 2.1.1-7 Tags: patch User: debian-ia64@lists.debian.org Usertags: ia64 X-Debbugs-Cc: debian-ia64@lists.debian.org
Hi, Currently openmpi FTBFS on ia64 as default-jdk is using gcj, which is too old. Whilst we intend to get openjdk-8 working on ia64, that won't happen for a while, so in the meantime please apply the attached patch to disable java on ia64 like hppa and hurd-i386; I have verified that openmpi successfully builds with it. Regards, James
diff -u -r openmpi-2.1.1/debian/rules openmpi-2.1.1.new/debian/rules --- openmpi-2.1.1/debian/rules 2017-09-27 12:33:11.000000000 +0000 +++ openmpi-2.1.1.new/debian/rules 2018-01-24 15:12:35.076342597 +0000 @@ -19,7 +19,7 @@ PSM_ARCH:= amd64 i386 BUILTIN_ATOMICS_ARCH:= s390x NO_CMA_ARCH:= s390x mipsel hppa alpha armhf armel m68k sparc64 -NO_JAVA_ARCH:= hppa hurd-i386 +NO_JAVA_ARCH:= hppa hurd-i386 ia64 NO_TEST_ARCH:= hppa hurd-i386