r47112 - /packages/getdp/trunk/debian/rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Fri Aug 28 12:29:30 UTC 2015


Author: trophime-guest
Date: Fri Aug 28 12:29:30 2015
New Revision: 47112

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47112
Log:
fix PETSCDIR

Modified:
    packages/getdp/trunk/debian/rules

Modified: packages/getdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/rules?rev=47112&op=diff
==============================================================================
--- packages/getdp/trunk/debian/rules	(original)
+++ packages/getdp/trunk/debian/rules	Fri Aug 28 12:29:30 2015
@@ -3,9 +3,11 @@
 BUILDDIR = $(CURDIR)/debian/build
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
 
+export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic -O3 -march=native -mtune=native
+
 # PETSC_DIR is the location of PETSc.
-export SLEPC_DIR=/usr/lib/slepcdir/3.5.3
-export PETSC_DIR=/usr/lib/petscdir/3.5.3
+export SLEPC_DIR=/usr/lib/slepcdir/3.6.0
+export PETSC_DIR=/usr/lib/petscdir/3.6.0
 
 # Fix FTBS on armhf
 export PETSC_ARCH=linux-gnu-c-opt




More information about the debian-science-commits mailing list