[pkg-boost-commits] r14549 - boost/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Sun Jan 3 23:07:01 UTC 2010
Author: smr
Date: 2010-01-03 23:06:58 +0000 (Sun, 03 Jan 2010)
New Revision: 14549
Modified:
boost/trunk/debian/rules
Log:
Echo each version of Boost.Python being built.
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2010-01-02 22:41:52 UTC (rev 14548)
+++ boost/trunk/debian/rules 2010-01-03 23:06:58 UTC (rev 14549)
@@ -166,6 +166,7 @@
$(JAM) --without-python
for pyver in $(shell pyversions -rv); do \
pyid=$$(echo $$pyver | tr -d .); \
+ echo "Building Boost.Python for python version $pyver"; \
$(JAM) --with-python --with-mpi --pythonid=py$$pyid python=$$pyver; \
mv stage/lib/mpi.so stage/lib/mpi-py$$pyid.so; \
done
More information about the pkg-boost-commits
mailing list