[getdp] 57/60: fix PETSCDIR
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 2f8407f2506aee0f0643a60f9b2e626ca81d8935
Author: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
Date: Fri Aug 28 12:29:30 2015 +0000
fix PETSCDIR
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1c989c4..5bd115d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
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