[adios] 127/207: Fix handling

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:47 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 7883146eb59a4b3f021e8fa8d5f56810485e3f6e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon May 19 18:13:02 2014 +0100

    Fix handling
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1e468a4..e3e792d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,9 +92,10 @@ override_dh_auto_build:
 	mv debian/tmp/lib/*/*.a debian/tmp/lib
 	# Now build Python wrapper. Uses adios_config and the debian/tmp install.
 	for p in $(PY2) $(PY3VERS) ; do \
-		( cd wrappers/numpy/build_$$p && PATH=$(TOP):$(PATH) cmake .. && $(MAKE) VERBOSE=1 ) ;\
+		( cd wrappers/numpy/build_$$p && PATH=$(TOP):$(PATH) cmake .. && $(MAKE) VERBOSE=1 ) ; done
+	for p in $(PY3VERS); do \
 		V=`echo $$p | cut -c7,8` ;\
-		mv wrappers/numpy/build_$$p/adios.so wrappers/numpy/build_$$p/adios.cpython-$$(v)m-$$(DEB_HOST_MULTARCH).so ;\
+		mv wrappers/numpy/build_$$p/adios.so wrappers/numpy/build_$$p/adios.cpython-$$(V)m-$(DEB_HOST_MULTARCH).so ;\
 	done
 	# Clean up.
 	rm -r debian/tmp/*

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