Package: parmetis Version: 3.1.1-3 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Programs/Makefile: Explicitly link against mpi to resolve FTBFS. (LP: #832950) Note: the package will fail to build with gcc-4.6 otherwise. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-9-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u parmetis-3.1.1/Programs/Makefile parmetis-3.1.1/Programs/Makefile --- parmetis-3.1.1/Programs/Makefile +++ parmetis-3.1.1/Programs/Makefile @@ -7,7 +7,7 @@ LIBSDIR = -L.. $(LIBDIR) -LIBS = -lparmetis -lmetis $(XTRALIBS) -lm +LIBS = -lparmetis -lmetis $(XTRALIBS) -lm -lmpi PARMETISLIB = ../libparmetis.a ../libmetis.a