r38680 - in /packages/libmesh/trunk/debian: changelog control rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Thu Aug 11 15:12:46 UTC 2011
Author: sylvestre
Date: Thu Aug 11 15:12:45 2011
New Revision: 38680
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38680
Log:
* Team upload
* libmesh-dev: libpetsc3.1-dev & libslepc3.1-dev dependencies updates (thanks
to Stefano Rivera for pointing this issue.
* Replace linux-gnu-c-opt to in the PETSC_ARCH= declaration
Modified:
packages/libmesh/trunk/debian/changelog
packages/libmesh/trunk/debian/control
packages/libmesh/trunk/debian/rules
Modified: packages/libmesh/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libmesh/trunk/debian/changelog?rev=38680&op=diff
==============================================================================
--- packages/libmesh/trunk/debian/changelog (original)
+++ packages/libmesh/trunk/debian/changelog Thu Aug 11 15:12:45 2011
@@ -1,3 +1,12 @@
+libmesh (0.7.1-2) unstable; urgency=low
+
+ * Team upload
+ * libmesh-dev: libpetsc3.1-dev & libslepc3.1-dev dependencies updates (thanks
+ to Stefano Rivera for pointing this issue.
+ * Replace linux-gnu-c-opt to $(shell petscarch) in the PETSC_ARCH= declaration
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Thu, 11 Aug 2011 15:53:02 +0200
+
libmesh (0.7.1-1) unstable; urgency=low
* Team upload
Modified: packages/libmesh/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libmesh/trunk/debian/control?rev=38680&op=diff
==============================================================================
--- packages/libmesh/trunk/debian/control (original)
+++ packages/libmesh/trunk/debian/control Thu Aug 11 15:12:45 2011
@@ -15,7 +15,9 @@
Package: libmesh-dev
Section: libdevel
Architecture: all
-Depends: libmesh0.7.1 (>= ${binary:Version}), libpetsc3.0.0-dev, libslepc3.0.0-dev, libscotchmetis-dev (>= 5.0.6-2), libblas-dev | libblas-3gf.so, libnetcdf-dev, libtbb-dev, libvtk5-dev, ${misc:Depends}
+Depends: libmesh0.7.1 (>= ${binary:Version}), libpetsc3.1-dev, libslepc3.1-dev,
+ libscotchmetis-dev (>= 5.0.6-2), libblas-dev | libblas-3gf.so, libnetcdf-dev,
+ libtbb-dev, libvtk5-dev, ${misc:Depends}
Conflicts: libmesh0.6.1-dev, libmesh0.6.1-pure-dev, libmesh0.6.2-dev, libmesh0.6.2-pure-dev
Replaces: libmesh0.6.1-dev, libmesh0.6.1-pure-dev, libmesh0.6.2-dev, libmesh0.6.2-pure-dev
Suggests: libmesh-doc
Modified: packages/libmesh/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmesh/trunk/debian/rules?rev=38680&op=diff
==============================================================================
--- packages/libmesh/trunk/debian/rules (original)
+++ packages/libmesh/trunk/debian/rules Thu Aug 11 15:12:45 2011
@@ -20,7 +20,7 @@
cp /usr/share/misc/config.sub libmesh/
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
cd libmesh && libtoolize && autoreconf -I m4/
- cd libmesh && PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt \
+ cd libmesh && PETSC_DIR=/usr/lib/petsc PETSC_ARCH=$(shell petscarch) \
SLEPC_DIR=/usr/lib/slepc \
LDFLAGS=-Wl,-soname,libmesh.so.$(LIBMESH_VERSION),-lpetsc,-lpetscdm,-lpetscksp,-lpetscmat,-lpetscsnes,-lpetscvec,-lscotchmetis,-lblas,-ltbb,-ltbbmalloc,-lvtkIO,-lvtkCommon,-lvtkFiltering \
./configure --prefix=/usr \
More information about the debian-science-commits
mailing list