[slepc4py] 05/08: don't use arch version with /usr/lib/slepcdir/3.6

Drew Parsons dparsons at moszumanska.debian.org
Tue Jul 5 14:51:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository slepc4py.

commit 8bcbbb4db4e1cacba18c447d05cbfbeae77fcb22
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Jul 5 18:29:41 2016 +0800

    don't use arch version with /usr/lib/slepcdir/3.6
    
    base version links directly to the version of SLEPc for this
    architecture
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7bdbfff..ce4b785 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 )) )
 
-PETSC_DIR=/usr/lib/petscdir/$(SLEPC_BASE_VERSION)/$(DEB_HOST_MULTIARCH)-real
-SLEPC_DIR=/usr/lib/slepcdir/$(SLEPC_BASE_VERSION)/$(DEB_HOST_MULTIARCH)-real
+PETSC_DIR=/usr/lib/petscdir/$(SLEPC_BASE_VERSION)
+SLEPC_DIR=/usr/lib/slepcdir/$(SLEPC_BASE_VERSION)
 
 # 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