[Pkg-scicomp-commits] parmetis/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Wed Jul 29 05:12:23 UTC 2009


SVN commit 4539 by prudhomm:

fixed mpi headers location


 M  +2 -1      parmetis/trunk/debian/changelog  
 M  +1 -5      parmetis/trunk/debian/rules  


--- parmetis/trunk/debian/changelog #4538:4539
@@ -16,8 +16,9 @@
   * debian/control: update Standards-Version to 3.8.2
   * debian/control: added ${misc:Depends}
   * deboan/control: use mpi-defaults
+  * debian/rules: use /usr/include/mpi in CPPFLAGS now
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 29 Jul 2009 07:05:43 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 29 Jul 2009 07:11:06 +0200
 
 parmetis (3.1-10) unstable; urgency=low
 
--- parmetis/trunk/debian/rules #4538:4539
@@ -41,11 +41,7 @@
 LIBS=-lmpi
 LIBDIR=
 
-ifneq ($(findstring $(DEB_HOST_ARCH_CPU),hppa mips mipsel s390),)
- CPPFLAGS=-I. -I.. -I$(DEB_SRCDIR) -I/usr/lib/mpich/include
-else
- CPPFLAGS=-I. -I.. -I$(DEB_SRCDIR) -I/usr/lib/openmpi/include
-endif
+CPPFLAGS=-I. -I.. -I$(DEB_SRCDIR) -I/usr/include/mpi
 
 makebuilddir::
 	-ln -s METISLib metis



More information about the Pkg-scicomp-commits mailing list