[adios] 155/207: Need to repeat PATH

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:52 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 683a229287fba814eace9b0382bffe66c6576c68
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jun 16 14:49:19 2014 +0100

    Need to repeat PATH
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 551c9c6..dec3d36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,7 @@ override_dh_auto_build:
 	for p in ${PY2} ${PY3VERS} ; do \
 		( cd wrappers/numpy && PATH=$(TOP):$(PATH) \
 			$$p ./setup.py     install --prefix=$(TOP)/debian/tmpp  ;\
+			PATH=$(TOP):$(PATH) \
 			$$p ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp ) ; done
 	# for p in $(PY3VERS); do \
 #		v=`echo $$p | cut -c7,9` ;\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list