[Pkg-scicomp-devel] libmesh/trunk

Ondrej Certik ondrej at certik.cz
Sun Oct 28 17:07:28 UTC 2007


SVN commit 1894 by certik-guest:

Fixed the package to build with a new version of libmesh.

It builds, but now it needs to be polished, before it can be uploaded.


 M  +4 -2      libmesh/trunk/debian/changelog  
 M  +7 -7      libmesh/trunk/debian/rules  
 D             libmesh/trunk/include (directory)  
 D             libmesh/trunk/src (directory)  


--- libmesh/trunk/debian/changelog #1893:1894
@@ -1,8 +1,10 @@
-libmesh (0.6.0~rc2.dfsg-4) UNRELEASED; urgency=low
+libmesh (0.6.1.dfsg-1~oc1) UNRELEASED; urgency=low
 
+  [Ondrej Certik]
+  * New upstream version
   * Ondrej Certik added to Uploaders.
 
- -- Ondrej Certik <ondrej at certik.cz>  Tue, 16 Oct 2007 00:52:32 +0200
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 28 Oct 2007 17:45:28 +0100
 
 libmesh (0.6.0~rc2.dfsg-3) unstable; urgency=low
 
--- libmesh/trunk/debian/rules #1893:1894
@@ -24,7 +24,7 @@
 build-stamp:  config.status
 	dh_testdir
 
-	$(MAKE)
+	$(MAKE) -j4
 
 	touch $@
 
@@ -65,7 +65,7 @@
 	cp /usr/share/misc/config.guess .
 	cp /usr/share/misc/config.sub .
 	PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt LDFLAGS=-Wl,-soname,libmesh.so.$(LIBMESH_VERSION)-pure ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-petsc --disable-mpi --enable-laspack --disable-slepc --disable-sfc --disable-gzstreams --disable-tecplot --disable-metis --disable-parmetis --disable-tetgen --disable-triangle
-	$(MAKE)
+	$(MAKE) -j4
 	mkdir -p $(meshbinpure)/usr/lib
 	mkdir -p $(meshdevpure)/usr/lib
 	libdir=`grep "hosttype " Make.common | cut -d "=" -f 2 | cut -c 2-`; \
@@ -105,9 +105,9 @@
 .PHONY: build clean binary-indep binary-arch binary install 
 
 get-orig-source:
-	wget http://qa.debian.org/watch/sf.php/libmesh/libmesh-0.6.0-rc2.tar.gz
-	tar xzf libmesh-0.6.0-rc2.tar.gz
-	cd libmesh-0.6.0-rc2; \
+	wget http://qa.debian.org/watch/sf.php/libmesh/libmesh-0.6.1.tar.gz
+	tar xzf libmesh-0.6.1.tar.gz
+	cd libmesh-0.6.1; \
 	rm -r contrib/laspack; \
 	rm -r contrib/metis; \
 	rm -r contrib/parmetis; \
@@ -115,5 +115,5 @@
 	rm -r contrib/tecplot; \
 	rm -r contrib/tetgen; \
 	rm -r contrib/triangle
-	tar czf libmesh_0.6.0~rc2.dfsg.orig.tar.gz libmesh-0.6.0-rc2
-	rm -r libmesh-0.6.0-rc2 libmesh-0.6.0-rc2.tar.gz
+	tar czf libmesh_0.6.1.dfsg.orig.tar.gz libmesh-0.6.1
+	rm -r libmesh-0.6.1 libmesh-0.6.1.tar.gz



More information about the Pkg-scicomp-devel mailing list