welcome to boost
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 9 Oct 2009 07:34:18 +0000 (07:34 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 9 Oct 2009 07:34:18 +0000 (07:34 +0000)
devel.pkgs
wextoolbox-tags.mk
wextoolbox.mk

index dcd4c63..004bb30 100644 (file)
@@ -96,6 +96,6 @@ package: python-cherrypy
 package: python-uuid pyOpenSSL m2crypto
 package: libxml2-python libxslt-python
 
-########## for gnuradio
+########## for gnuradio - we use our local boost
 package: python-numeric PyQt4 swig fftw sdcc gsl guile cppunit 
-package: boost-devel fftw-devel gsl-devel libusb-devel cppunit-devel
+package: fftw-devel gsl-devel libusb-devel cppunit-devel
index 8128168..159acaa 100644 (file)
@@ -5,6 +5,7 @@
 # trying the 2.6.27 kernel
 linux-2.6-SVNPATH               := http://svn.planet-lab.org/svn/linux-2.6/trunk
 madwifi-SVNPATH                        := http://svn.planet-lab.org/svn/madwifi/tags/madwifi-3878-0
+boost-SVNPATH                  := http://svn.onelab.eu/boost/trunk
 gnuradio-SVNPATH               := http://svn.onelab.eu/gnuradio/trunk
 util-vserver-SVNBRANCH         := scholz
 util-vserver-SVNPATH           := http://svn.planet-lab.org/svn/util-vserver/tags/util-vserver-0.30.215-6
index ba0cd44..88d1a65 100644 (file)
@@ -67,12 +67,22 @@ madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \
 ALL += madwifi
 IN_BOOTSTRAPFS += madwifi
 
+#
+# boost
+#
+boost-MODULES := boost
+boost-SPEC := boost.spec
+boost-BUILD-FROM-SRPM := yes
+ALL += boost
+IN_BOOTSTRAPFS += boost
+
 #
 # gnuradio
 #
 gnuradio-MODULES := gnuradio
 gnuradio-SPEC := gnuradio.spec
 gnuradio-BUILD-FROM-SRPM := yes
+gnuradio-DEPEND-DEVEL-RPMS := boost
 ALL += gnuradio
 IN_BOOTSTRAPFS += gnuradio