Source: scalapack
Version: 1.8.0-12
Severity: important
Tags: patch

Hi,

scalapack FTBFS on mips64el because it isn't in any of the ARCHS lines
in the debian/rules file.

The full log can be found here:
http://mipsdebian.imgtec.com/debian/logs/s/scalapack/scalapack_1.8.0-12_mips64el-20150114-0313.build.gz

I've attached a patch which fixes this for me. All it does is add the
mips64 arches to the OPENMPI_ARCHES variable.

Thanks,
James
diff -u -r a/debian/rules b/debian/rules
--- a/debian/rules	2015-01-14 16:56:27.945537905 +0000
+++ b/debian/rules	2014-10-22 19:47:40.000000000 +0100
@@ -17,7 +17,7 @@
 # This list of archs is maintained separately from that of the mpi-defaults
 # package. If there is a mismatch between the two, the package will FTBFS. This
 # is on purpose, to avoid silent breakage. See #740620 for more details.
-OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc
+OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc
 MPICH_ARCHS=hppa m68k powerpcspe ppc64 s390x sparc64
 
 build: build-$(SCALAPACK_MPI) build-pvm

Reply via email to