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

Adam C. Powell, IV hazelsct at debian.org
Tue Apr 6 11:32:07 UTC 2010


SVN commit 4930 by hazelsct:

Changes for 5.1.7-4


 M  +1 -1      scotch/trunk/debian/Makefile.inc  
 M  +13 -0     scotch/trunk/debian/changelog  
 M  +2 -0      scotch/trunk/debian/libptscotch-dev.install  
 M  +1 -1      scotch/trunk/debian/ptscotch_dgmap.1  
 M  +1 -1      scotch/trunk/debian/ptscotch_dgord.1  
 M  +1 -1      scotch/trunk/debian/ptscotch_dgscat.1  
 M  +1 -1      scotch/trunk/debian/ptscotch_dgtst.1  
 M  +2 -0      scotch/trunk/debian/rules  


--- scotch/trunk/debian/Makefile.inc #4929:4930
@@ -8,7 +8,7 @@
 CAT	= cat
 CCS	= gcc
 CCP     = mpicc
-CCD     = gcc -I/usr/include/mpi
+CCD     = gcc -I/usr/include/mpi -I/usr/include/lam
 CFLAGS	= -O3 -I. -fPIC -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_PTHREAD -DSCOTCH_RENAME
 LDFLAGS	= -lz -lm -lrt
 CP	= cp
--- scotch/trunk/debian/changelog #4929:4930
@@ -1,3 +1,16 @@
+scotch (5.1.7.dfsg-4) unstable; urgency=low
+
+  [Christophe Trophime]
+  * Fix lintian warning
+  * Add remove esmumps .so and .a in clean target in debian/rules
+  * Add remove [p]scotch-esmumps in clean target in debian/rules
+  * Add missing ptscotch headers in libptscotch-dev (closes: #576280).
+
+  [Adam C. Powell, IV]
+  * Added -I/usr/include/lam to Makefile.inc (closes: #574724).
+  
+ -- Adam C. Powell, IV <hazelsct at debian.org>  Sun, 04 Apr 2010 22:40:02 -0400
+
 scotch (5.1.7.dfsg-3) unstable; urgency=low
 
   * Uses chrpath to remove rpath from ptscotch and libptscotch5.1 binaries.
--- scotch/trunk/debian/libptscotch-dev.install #4929:4930
@@ -1,3 +1,5 @@
+include/ptscotch.h /usr/include/scotch
+include/ptscotchf.h /usr/include/scotch
 lib/libptscotch.a /usr/lib
 lib/libptscotcherr.a /usr/lib
 lib/libptscotcherrexit.a /usr/lib
--- scotch/trunk/debian/ptscotch_dgmap.1 #4929:4930
@@ -1,4 +1,4 @@
-." Text automatically generated by txt2man
+.\" Text automatically generated by txt2man
 .TH ptscotch_dgmap 1 "September 08, 2008" "" "PT-Scotch user's manual"
 .SH NAME
 \fBptscotch_dgmap, dgpart \fP- compute static mappings and partitions in parallel
--- scotch/trunk/debian/ptscotch_dgord.1 #4929:4930
@@ -1,4 +1,4 @@
-." Text automatically generated by txt2man
+.\" Text automatically generated by txt2man
 .TH pscotch_dgord 1 "June 01, 2008" "" "PT-Scotch user's manual"
 .SH NAME
 \fBpscotch_dgord \fP- compute sparse matrix orderings in parallel
--- scotch/trunk/debian/ptscotch_dgscat.1 #4929:4930
@@ -1,4 +1,4 @@
-." Text automatically generated by txt2man
+.\" Text automatically generated by txt2man
 .TH ptscotch_dgscat 1 "June 05, 2008" "" "PT-Scotch user's manual"
 .SH NAME
 \fBptscotch_dgscat \fP- build distributed source graph file fragments from a centralized source graph file
--- scotch/trunk/debian/ptscotch_dgtst.1 #4929:4930
@@ -1,4 +1,4 @@
-." Text automatically generated by txt2man
+.\" Text automatically generated by txt2man
 .TH ptscotch_dgtst 1 "June 05, 2008" "" "PT-Scotch user's manual"
 .SH NAME
 \fBptscotch_dgtst \fP- test the consistency of Scotch source graphs in parallel
--- scotch/trunk/debian/rules #4929:4930
@@ -53,6 +53,8 @@
 	-rm include/*
 	-rm src/Makefile.inc
 	-rm src/libscotch/*.so src/libscotch/*.a
+	-rm src/esmumps/*.so src/esmumps/*.a
+	-rm src/esmumps/*scotch_esmumps
 	-rm src/libscotchmetis/*.so src/libscotchmetis/*.a
 	-rm lib/*.so lib/*.a
 



More information about the Pkg-scicomp-commits mailing list