[adios] 04/11: Prep for release

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:51 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-2
in repository adios.

commit 1120fcc0f78bb2322d917dec5c3f3863bce478f9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 27 12:00:23 2015 +0000

    Prep for release
---
 debian/changelog | 5 +++--
 debian/rules     | 9 ++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5dee19..93103be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-adios (1.9.0-1) UNRELEASED; urgency=medium
+adios (1.9.0-1) experimental; urgency=medium
 
   * New upstream release
   * Changes needed for python3 - adapt pyx scripts
   * Temporarily only build for mpich as bug in openmpi 
+  * Re-enable tests on bigendian systems for checking
 
- -- Alastair McKinstry <mckinstry at debian.org>  Fri, 14 Aug 2015 15:41:09 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 27 Oct 2015 11:52:01 +0000
 
 adios (1.8.0-5) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 3474f34..4750ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,9 +80,12 @@ override_dh_auto_build:
 	$(MAKE) -C wrappers/numpy python CYTHON=y CYTHON3=y MPI=y
 	( cd wrappers/numpy && \
 		    ${PY2VERS} ./setup.py     install --prefix=$(TOP)/debian/tmpp  ;\
-		    ${PY2VERS} ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp  ;\
-		    ${PY3VERS} ./setup3.py     install --prefix=$(TOP)/debian/tmpp  ;\
-		    ${PY3VERS} ./setup3_mpi.py install --prefix=$(TOP)/debian/tmpp ) 
+		    ${PY2VERS} ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp)
+	for p in $(PY3VERS) ; do \
+		( cd wrappers/numpy && \
+		    $$p ./setup3.py     install --prefix=$(TOP)/debian/tmpp   ;\
+		    $$p ./setup3_mpi.py install --prefix=$(TOP)/debian/tmpp ) ;\
+	done
 	# Clean up.
 	rm -r debian/tmp/*
 	# Now do the static build we want.

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