[adios] 137/207: Fix typo

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:48 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 b13a6283f80646be5b54e3c4a88a010ac497480a
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu May 22 12:56:51 2014 +0100

    Fix typo
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 38e709e..208a982 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.6.0-6) unstable; urgency=medium
+
+  * Fix typo that broke build of python2.7 wrapper 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 22 May 2014 11:58:23 +0100
+
 adios (1.6.0-5) unstable; urgency=medium
 
   * Don't depend on infiniband on hurd, kfreebsd-* 
diff --git a/debian/rules b/debian/rules
index 8696ad2..8ac1e6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ override_dh_auto_configure:
 	echo "PYTHON_INCLUDE_DIR2:PATH=/usr/include/${DEB_HOST_MULTIARCH}/${PY2}" >> wrappers/numpy/build_${PY2}/CMakeCache.txt
 	echo "PYTHON_LIBRARY:FILEPATH=/usr/lib/${DEB_HOST_MULTIARCH}/lib${PY2}.so" >> wrappers/numpy/build_${PY2}/CMakeCache.txt
 	echo "CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/${CXX}" >> wrappers/numpy/build_${PY2}/CMakeCache.txt
-	echo "PYTHON_MPI4PY_INCLUDE_DIR=/usr/lib/${PY2}/dist-packages/mpi4py/include/mpi4py" >> wrappers/numpy/build_$${p}/CMakeCache.txt ;\
+	echo "PYTHON_MPI4PY_INCLUDE_DIR=/usr/lib/${PY2}/dist-packages/mpi4py/include/mpi4py" >> wrappers/numpy/build_${PY2}/CMakeCache.txt ;\
 	echo "ADIOS_COMPILE_FLAGS:STRING=-fPIC " >> wrappers/numpy/build_${PY2}/CMakeCache.txt
 	echo "wrappers/numpy/build_${PY2}/adios.so	/usr/lib/${PY2}/dist-packages" > debian/python-adios.install
 	# And repeat for python3*

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