[slepc4py] 04/11: update PETSC_DIR and SLEPC_DIR
Drew Parsons
dparsons at moszumanska.debian.org
Mon Nov 6 10:26:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag experimental/3.8.0-1exp1
in repository slepc4py.
commit 0d5ba26f53516f83aa501e9daea7ff7745f29857
Author: Drew Parsons <dparsons at debian.org>
Date: Mon Nov 6 17:51:28 2017 +0800
update PETSC_DIR and SLEPC_DIR
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8476cd8..157db22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,8 @@ SLEPC_MAJOR_VERSION=$(shell echo $(SLEPC_BASE_VERSION) | sed "s/\..*//")
SLEPC_MINOR_VERSION=$(shell echo $(SLEPC_BASE_VERSION) | sed "s/.*\.//")
SLEPC_NEXT_VERSION=$(shell echo $(SLEPC_MAJOR_VERSION).$$(( $(SLEPC_MINOR_VERSION) + 1 )) )
-export PETSC_DIR=/usr/lib/petscdir/$(SLEPC_BASE_VERSION)
-export SLEPC_DIR=/usr/lib/slepcdir/$(SLEPC_BASE_VERSION)
+export PETSC_DIR=/usr/lib/petscdir/petsc$(SLEPC_BASE_VERSION)/$(DEB_HOST_MULTIARCH)-real
+export SLEPC_DIR=/usr/lib/slepcdir/slepc$(SLEPC_BASE_VERSION)/$(DEB_HOST_MULTIARCH)-real
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc4py.git
More information about the debian-science-commits
mailing list