r46292 - in /packages/getdp/trunk/debian: control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Wed Sep 18 16:13:58 UTC 2013


Author: trophime-guest
Date: Wed Sep 18 16:13:57 2013
New Revision: 46292

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

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

Modified: packages/getdp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/control?rev=46292&op=diff
==============================================================================
--- packages/getdp/trunk/debian/control	(original)
+++ packages/getdp/trunk/debian/control	Wed Sep 18 16:13:57 2013
@@ -6,8 +6,11 @@
 Build-Depends: debhelper (>= 9), cmake,
  gfortran, mpi-default-dev,
  libarpack2-dev, libgsl0-dev, libscotchmetis-dev,
- libpetsc3.2-dev, libslepc3.2-dev, libhdf5-openmpi-dev (>= 1.8.8), gmsh,
- texlive, texlive-generic-recommended, texinfo, install-info
+ libpetsc3.4.2-dev, libslepc3.4.2-dev, libhdf5-mpi-dev (>= 1.8.8), gmsh-tetgen,
+ texlive, texlive-generic-recommended
+#
+# comment out to avoid FTBS on sid
+#texinfo, install-info
 Standards-Version: 3.9.3
 Homepage: http://www.geuz.org/getdp
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/getdp/trunk/

Modified: packages/getdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/rules?rev=46292&op=diff
==============================================================================
--- packages/getdp/trunk/debian/rules	(original)
+++ packages/getdp/trunk/debian/rules	Wed Sep 18 16:13:57 2013
@@ -4,8 +4,8 @@
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
 
 # PETSC_DIR is the location of PETSc.
-export SLEPC_DIR=/usr/lib/slepcdir/3.2
-export PETSC_DIR=/usr/lib/petscdir/3.2
+export SLEPC_DIR=/usr/lib/slepcdir/3.4.2
+export PETSC_DIR=/usr/lib/petscdir/3.4.2
 
 # Fix FTBS on armhf
 export PETSC_ARCH=linux-gnu-c-opt




More information about the debian-science-commits mailing list