[petsc4py] 04/10: export PETSC_DIR during build

Drew Parsons dparsons at moszumanska.debian.org
Mon May 15 08:48:29 UTC 2017


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

dparsons pushed a commit to tag debian/3.7.0-3
in repository petsc4py.

commit 797e6d4b3bbd0e194899ff85d61c505da5055691
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon May 15 13:25:48 2017 +0800

    export PETSC_DIR during build
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 04982a2..692d6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ include /usr/share/dpkg/default.mk
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 PETSC_VERSION=3.7$(PETSC_EXT)
-PETSC_DIR=/usr/lib/petscdir/$(PETSC_VERSION)
+export PETSC_DIR=/usr/lib/petscdir/$(PETSC_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/petsc4py.git



More information about the debian-science-commits mailing list