[slepc] 01/05: align PETSc version (soname) with SLEPc version

Drew Parsons dparsons at moszumanska.debian.org
Tue May 24 10:17:51 UTC 2016


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

dparsons pushed a commit to tag experimental/3.7.0+dfsg1-1_exp1
in repository slepc.

commit f913772d36a95efcac59f752b42352f596027452
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue May 24 17:24:02 2016 +0800

    align PETSc version (soname) with SLEPc version
    
    i.e. both 3.7 at the moment
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 81be5fc..4a4d22a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ PACKAGE_INSTALL_DIR=$(PACKAGE_INSTALL_BASEDIR)/$(SLEPC_DIR_PREFIX)
 PACKAGE_COMPLEX_INSTALL_BASEDIR=debian/tmp/$(SLEPC_NAME)-complex
 PACKAGE_COMPLEX_INSTALL_DIR=$(PACKAGE_COMPLEX_INSTALL_BASEDIR)/$(SLEPC_COMPLEX_DIR_PREFIX)
 
-PETSC_SONAME_VERSION=3.6
+PETSC_SONAME_VERSION=$(SLEPC_SONAME_VERSION)
 PETSC_DEV_PACKAGE=libpetsc$(PETSC_SONAME_VERSION)-dev
 PETSC_VERSION=$(shell dpkg -l $(PETSC_DEV_PACKAGE) | awk '/$(PETSC_DEV_PACKAGE)/ {print $$3}' | sed "s/.dfsg.*//" )
 PETSC_DIR=/usr/lib/petscdir/$(PETSC_VERSION)

-- 
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