[Pkg-scicomp-devel] libmesh/trunk

Ondrej Certik ondrej at certik.cz
Thu Nov 8 10:21:13 UTC 2007


SVN commit 1909 by certik-guest:

Make the package compile. Not ready for upload yet.


 M  +5 -0      libmesh/trunk/contrib/Makefile  
 D             libmesh/trunk/contrib/laspack (directory)  
 M  +1 -1      libmesh/trunk/debian/changelog  
 M  +2 -2      libmesh/trunk/debian/rules  


--- libmesh/trunk/contrib/Makefile #1908:1909
@@ -8,6 +8,8 @@
 	@echo ""
 	@echo "--- Building libgzstream ---------------------"
 	@$(MAKE) -C gzstream     $(MAKECMDGOALS)
+	@echo "--- Building gmv ---------------------"
+	@$(MAKE) -C gmv     $(MAKECMDGOALS)
 	@echo ""
 	@echo "----------------------------------------------"
 	@echo "----- Done Building Contributed Packages -----"
@@ -21,12 +23,14 @@
 clean:
 	@rm -f *~
 	@$(MAKE) -C gzstream     $(MAKECMDGOALS)
+	@$(MAKE) -C gmv     $(MAKECMDGOALS)
 #
 # How to clobber the packages
 #
 clobber:
 	@$(MAKE) clean
 	@$(MAKE) -C gzstream     $(MAKECMDGOALS)
+	@$(MAKE) -C gmv     $(MAKECMDGOALS)
 
 #
 # How to distclean the packages
@@ -34,4 +38,5 @@
 distclean:
 	@$(MAKE) clobber
 	@$(MAKE) -C gzstream     $(MAKECMDGOALS)
+	@$(MAKE) -C gmv     $(MAKECMDGOALS)
 	@rm -rf lib/*_dbg lib/*_opt lib/*_pro lib/*_devel
--- libmesh/trunk/debian/changelog #1908:1909
@@ -1,4 +1,4 @@
-libmesh (0.6.1.dfsg-1~oc3) UNRELEASED; urgency=low
+libmesh (0.6.1.dfsg-1~oc4) UNRELEASED; urgency=low
 
   [Ondrej Certik]
   * New upstream version
--- libmesh/trunk/debian/rules #1908:1909
@@ -18,7 +18,7 @@
 	dh_testdir
 	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),-lpetsc,-lpetscdm,-lpetscksp,-lpetscmat,-lpetscsnes,-lpetscts,-lpetscvec ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-laspack --disable-slepc --disable-sfc --disable-gzstreams --disable-tecplot --disable-metis --disable-parmetis --disable-tetgen --disable-triangle
+	PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt LDFLAGS=-Wl,-soname,libmesh.so.$(LIBMESH_VERSION),-lpetsc,-lpetscdm,-lpetscksp,-lpetscmat,-lpetscsnes,-lpetscts,-lpetscvec ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-laspack --disable-slepc --disable-sfc --disable-gzstreams --disable-tecplot --disable-metis --disable-parmetis --disable-tetgen --disable-triangle --with-mpi=/usr --with-cxx=mpicxx --with-cc=mpicc --with-f77=mpif77
 
 build: build-stamp
 build-stamp:  config.status
@@ -64,7 +64,7 @@
 	rm -f config.sub config.guess
 	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
+	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 --disable-laspack --disable-slepc --disable-sfc --disable-gzstreams --disable-tecplot --disable-metis --disable-parmetis --disable-tetgen --disable-triangle --with-mpi=/usr --with-cxx=mpicxx --with-cc=mpicc --with-f77=mpif77
 	$(MAKE) -j4
 	mkdir -p $(meshbinpure)/usr/lib
 	mkdir -p $(meshdevpure)/usr/lib



More information about the Pkg-scicomp-devel mailing list