[adios] 150/207: Temp. keep python files in tmpp

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 9a4767c953b8e855d9c8fe63bb23f62bff268638
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jun 16 14:11:45 2014 +0100

    Temp. keep python files in tmpp
---
 debian/rules | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index ddf8b51..a446ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 # Cope with lam not providing mpicc.
-include /usr/share/mpi-default-dev/debian_defaults 
+include /usr/share/mpi-default-dev/debian_defaults
 ifeq ($(ARCH_DEFAULT_MPI_IMPL),lam)
   CC:=mpicc.lam
   CXX:=mpicc.lam
@@ -13,24 +13,24 @@ else
 endif
 
 ARCH:=$(shell dpkg --print-architecture)
-WITH_LUSTRE := 
+WITH_LUSTRE :=
 WITH_IBVERBS:= --with-ibverbs=/usr
 DO_TEST:= true
 
 # Do tests on little-endian only for the moment;
 # lustre currently not provided in Debian sid
 
-ifeq ($(ARCH), i386) 
+ifeq ($(ARCH), i386)
 #  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), amd64)
 #  WITH_LUSTRE:= --with-lustre=/usr
 endif
-ifeq ($(ARCH), powerpc) 
+ifeq ($(ARCH), powerpc)
 #  WITH_LUSTRE:= --with-lustre=/usr
    DO_TEST:= false
 endif
-ifeq ($(ARCH), ia64) 
+ifeq ($(ARCH), ia64)
 #  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), sparc)
@@ -82,8 +82,8 @@ 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 && PATH=$(TOP):$(PATH) $$p ./setup.py install --prefix=$(TOP)/debian/tmp ) ; \
-		( cd wrappers/numpy && PATH=$(TOP):$(PATH) $$p ./setup_mpi.py install --prefix=$(TOP)/debian/tmp ) ; done
+		( cd wrappers/numpy && PATH=$(TOP):$(PATH) $$p ./setup.py install --prefix=$(TOP)/debian/tmpp ) ; \
+		( cd wrappers/numpy && PATH=$(TOP):$(PATH) $$p ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp ) ; done
 	# for p in $(PY3VERS); do \
 #		v=`echo $$p | cut -c7,9` ;\
 #		mv wrappers/numpy/build_$${p}/adios.so wrappers/numpy/build_$${p}/adios.cpython-$${v}m-${DEB_HOST_MULTARCH}.so ;\

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