[slepc] 11/16: update PETSC_DIR
Drew Parsons
dparsons at moszumanska.debian.org
Mon Nov 6 06:33:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch experimental
in repository slepc.
commit bbd35fac2fbbcb0ce9856106546eb15226d396b3
Author: Drew Parsons <dparsons at debian.org>
Date: Mon Nov 6 12:24:53 2017 +0800
update PETSC_DIR
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 024f221..4400c89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,9 +77,9 @@ PACKAGE_COMPLEX_INSTALL_BASEDIR=debian/tmp/$(SLEPC_NAME)-complex
PACKAGE_COMPLEX_INSTALL_DIR=$(PACKAGE_COMPLEX_INSTALL_BASEDIR)/$(SLEPC_COMPLEX_DIR_PREFIX)
PETSC_SONAME_VERSION=$(SLEPC_SONAME_VERSION)
-PETSC_DIR=/usr/lib/petscdir/$(PETSC_SONAME_VERSION)
-PETSC_DIR_REAL=$(PETSC_DIR)-real
-PETSC_DIR_COMPLEX=$(PETSC_DIR)-complex
+PETSC_DIR=/usr/lib/petscdir/petsc$(PETSC_SONAME_VERSION)
+PETSC_DIR_REAL=$(PETSC_DIR)/$(DEB_HOST_MULTIARCH)-real
+PETSC_DIR_COMPLEX=$(PETSC_DIR)/$(DEB_HOST_MULTIARCH)-complex
PETSC_VERSION=$(shell pkg-config --modversion PETSc)
export SLEPC_DIR=$(CURDIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git
More information about the debian-science-commits
mailing list