r47141 - in /packages/getdp/trunk/debian: changelog control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Oct 15 11:06:21 UTC 2015


Author: trophime-guest
Date: Thu Oct 15 11:06:20 2015
New Revision: 47141

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47141
Log:
update for petsc/slepc 3.6.1

Modified:
    packages/getdp/trunk/debian/changelog
    packages/getdp/trunk/debian/control
    packages/getdp/trunk/debian/rules

Modified: packages/getdp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/changelog?rev=47141&op=diff
==============================================================================
--- packages/getdp/trunk/debian/changelog	(original)
+++ packages/getdp/trunk/debian/changelog	Thu Oct 15 11:06:20 2015
@@ -1,3 +1,29 @@
+getdp (2.6.2~svn4257-4) unstable; urgency=medium
+
+  * use petsc/slepc 3.6.1 
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Thu, 15 Oct 2015 11:10:17 +0200
+
+getdp (2.6.2~svn4257-3) unstable; urgency=medium
+
+  * Add python support
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Sat, 10 Oct 2015 19:01:37 +0200
+
+getdp (2.6.2~svn4257-2) unstable; urgency=medium
+
+  * d/control:
+    remove lib[scotch]metis from builddepends
+    remove gmsh[-tetgen], libgmsh[-tetgen]-dev from builddepends
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Sat, 03 Oct 2015 20:22:49 +0200
+
+getdp (2.6.2~svn4257-1) unstable; urgency=medium
+
+  * Update to latest svn
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Fri, 28 Aug 2015 15:28:38 +0200
+
 getdp (2.4.4-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/getdp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/control?rev=47141&op=diff
==============================================================================
--- packages/getdp/trunk/debian/control	(original)
+++ packages/getdp/trunk/debian/control	Thu Oct 15 11:06:20 2015
@@ -5,13 +5,16 @@
 Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
 Build-Depends: debhelper (>= 9), cmake,
  gfortran, mpi-default-dev,
- libarpack2-dev, libgsl0-dev, libscotchmetis-dev,
- libpetsc3.6.0-dev, libslepc3.6.0-dev,
- gmsh,
+ python-dev (>= 2.6.6-3~), swig2.0,
+ libarpack2-dev, libgsl0-dev,
+ libpetsc3.6.1-dev, libslepc3.6.1-dev,
  texlive, texlive-generic-recommended
+# gmsh-tetgen | gmsh,
+# libgmsh-tetgen-dev | libgmsh-dev,
 #
 # comment out to avoid FTBS on sid
 #texinfo, install-info
+X-Python-Version: current
 Standards-Version: 3.9.5
 Homepage: http://www.geuz.org/getdp
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/getdp/trunk/
@@ -46,3 +49,5 @@
  capabilities: http://www.geuz.org/getdp
  .
  Getdp is compiled with SPARSKIT support
+
+

Modified: packages/getdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/rules?rev=47141&op=diff
==============================================================================
--- packages/getdp/trunk/debian/rules	(original)
+++ packages/getdp/trunk/debian/rules	Thu Oct 15 11:06:20 2015
@@ -3,11 +3,14 @@
 BUILDDIR = $(CURDIR)/debian/build
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
 
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic -O3 -march=native -mtune=native
 export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic -O3 -march=native -mtune=native
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # PETSC_DIR is the location of PETSc.
-export SLEPC_DIR=/usr/lib/slepcdir/3.6.0
-export PETSC_DIR=/usr/lib/petscdir/3.6.0
+export SLEPC_DIR=/usr/lib/slepcdir/3.6.1
+export PETSC_DIR=/usr/lib/petscdir/3.6.1
 
 # Fix FTBS on armhf
 export PETSC_ARCH=linux-gnu-c-opt
@@ -17,7 +20,6 @@
 ifeq ("armel", "$(DEB_HOST_ARCH)")
 export PETSC_ARCH=linux-gnueabi-c-opt
 endif
-
 
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel




More information about the debian-science-commits mailing list