[pkg-boost-commits] r13879 - boost/trunk/debian

Domenico Andreoli cavok at costa.debian.org
Thu Oct 27 12:32:07 UTC 2005


Author: cavok
Date: 2005-10-27 12:32:06 +0000 (Thu, 27 Oct 2005)
New Revision: 13879

Modified:
   boost/trunk/debian/rules
Log:
bcp is built single-threaded. is really different from bcp built multi-threaded?

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2005-10-27 12:30:23 UTC (rev 13878)
+++ boost/trunk/debian/rules	2005-10-27 12:32:06 UTC (rev 13879)
@@ -51,7 +51,7 @@
 	# mv libs/config/user.hpp boost/config
 
 	# Build most of the stuff with jam
-	cd tools/bcp && ../../$(JAM) -sBUILD="release <define>_REENTRANT <threading>single/multi" bcp
+	cd tools/bcp && ../../$(JAM) -sBUILD="release <define>_REENTRANT <threading>single" bcp
 	$(JAM) -sBUILD="debug release <define>_REENTRANT <threading>single/multi"
 	#cd libs/graph/build && ../../../$(JAM) -sBUILD="debug release" bgl-viz.a bgl-viz.so
 	#cd libs/graph/build/python && ../../../../$(JAM)
@@ -105,7 +105,7 @@
 	# package bcp
 	mkdir -p debian/bcp/usr/bin
 	install -m755 \
-	   bin/boost/tools/bcp/bcp/gcc/release/threading-multi/bcp \
+	   bin/boost/tools/bcp/bcp/gcc/release/bcp \
 	   debian/bcp/usr/bin
 
 




More information about the pkg-boost-commits mailing list