[getdp] 60/60: update for petsc/slepc 3.6.1
Matteo F. Vescovi
mfv at moszumanska.debian.org
Thu Feb 11 10:12:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
mfv pushed a commit to branch master
in repository getdp.
commit 5c770909f79710d9472baf60a99e186a6c72c5af
Author: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
Date: Thu Oct 15 11:06:20 2015 +0000
update for petsc/slepc 3.6.1
---
debian/changelog | 26 ++++++++++++++++++++++++++
debian/control | 11 ++++++++---
debian/rules | 8 +++++---
3 files changed, 39 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eb67023..4053d0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 9af3b82..e914675 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,16 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
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 @@ Description: general environment for the treatment of discrete problems
capabilities: http://www.geuz.org/getdp
.
Getdp is compiled with SPARSKIT support
+
+
diff --git a/debian/rules b/debian/rules
index 5bd115d..d731ed3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
@@ -18,7 +21,6 @@ ifeq ("armel", "$(DEB_HOST_ARCH)")
export PETSC_ARCH=linux-gnueabi-c-opt
endif
-
%:
dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
export OMPI_MCA_plm_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git
More information about the debian-science-commits
mailing list