[Pkg-scicomp-commits] parmetis/trunk

Daniel Leidert daniel.leidert.spam at gmx.net
Sun May 11 02:03:37 UTC 2008


SVN commit 2461 by dleidert-guest:

* METISLib/Makefile: Link with -lm for missing symbols.
* ParMETISLib/Makefile: Ditto. Further link with -lmetis.
* debian/control (Depends): Fixed my mistake.
* debian/copyright: Added missing copyright information to make lintian
  happy.
* debian/parmetis-doc.doc-base (Section): Fixed.

 M  +1 -1      parmetis/trunk/METISLib/Makefile  
 M  +1 -1      parmetis/trunk/ParMETISLib/Makefile  
 M  +5 -0      parmetis/trunk/debian/changelog  
 M  +1 -1      parmetis/trunk/debian/control  
 M  +2 -0      parmetis/trunk/debian/copyright  
 M  +1 -1      parmetis/trunk/debian/parmetis-doc.doc-base  
 M  +1 -1      parmetis/trunk/debian/rules  


--- parmetis/trunk/METISLib/Makefile #2460:2461
@@ -33,7 +33,7 @@
 
 ../libmetis.so: $(SHLOBJS)
 	$(CC) -shared $^ -Wl,-soname,libmetis.so.3.1 -o $@.3.1 \
-	  $(LIBDIR) -lmpi
+	  $(LIBDIR) -lmpi -lm
 	ln -s libmetis.so.3.1 $@
 
 clean:
--- parmetis/trunk/ParMETISLib/Makefile #2460:2461
@@ -35,7 +35,7 @@
 
 ../libparmetis.so: $(SHLOBJS)
 	$(CC) -shared $^ -Wl,-soname,libparmetis.so.3.1 -o $@.3.1 \
-	  $(LIBDIR) -lmpi
+	  $(LIBDIR) -lmpi -lm -L../ -lmetis
 	ln -s libparmetis.so.3.1 $@
 
 clean:
--- parmetis/trunk/debian/changelog #2460:2461
@@ -1,8 +1,13 @@
 parmetis (3.1-11) UNRELEASED; urgency=low
 
+  * METISLib/Makefile: Link with -lm for missing symbols.
+  * ParMETISLib/Makefile: Ditto. Further link with -lmetis.
   * debian/control: Added Homepage field.
     (Vcs-Svn): Fixed.
     (Depends): Fixed deprecated substvar to be binNMU safe.
+  * debian/copyright: Added missing copyright information to make lintian
+    happy.
+  * debian/parmetis-doc.doc-base (Section): Fixed.
   * debian/watch: Added.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 11 May 2008 03:20:11 +0200
--- parmetis/trunk/debian/control #2460:2461
@@ -15,7 +15,7 @@
 Package: libparmetis-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: libparmetis3.1 (= ${binary:Version}, libopenmpi-dev|libmpich1.0-dev
+Depends: libparmetis3.1 (= ${binary:Version}), libopenmpi-dev|libmpich1.0-dev
 Suggests: parmetis-doc
 Replaces: parmetis-dev
 Conflicts: parmetis-dev
--- parmetis/trunk/debian/copyright #2460:2461
@@ -8,6 +8,8 @@
 Copyright Notice
 ----------------
 
+Copyright 1997-2003, Regents of the University of Minnesota
+
 The ParMETIS/METIS package is copyrighted by the Regents of the 
 University of Minnesota. It can be freely used for educational and 
 research purposes by non-profit institutions and US government agencies 
--- parmetis/trunk/debian/parmetis-doc.doc-base #2460:2461
@@ -4,7 +4,7 @@
 Abstract: ParMETIS is an MPI-based parallel library that implements a variety
  of algorithms for partitioning unstructured graphs, meshes, and for computing
  fill-reducing orderings of sparse matrices.
-Section: Apps/Math
+Section: Science/Mathematics
 
 Format: postscript
 Files: /usr/share/doc/parmetis-doc/*.ps.gz
--- parmetis/trunk/debian/rules #2460:2461
@@ -53,4 +53,4 @@
 
 clean::
 	-rm metis parmetis
-	-rm ParMETISLib/ParMETISLib METISLib/METISLib
\ No newline at end of file
+	-rm ParMETISLib/ParMETISLib METISLib/METISLib



More information about the Pkg-scicomp-commits mailing list