X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wextoolbox.mk;h=399c3743a86bdf2172c80b5d8c36447182efceaa;hb=f158883170da4349cf668bd83c411e0f0ddf3bbd;hp=37b15e429b84e975a4efb25a85c652b295eb35e8;hpb=33b5dc279a983bf353e2e67221eaf544ba1cb941;p=wextoolbox.git diff --git a/wextoolbox.mk b/wextoolbox.mk index 37b15e4..399c374 100644 --- a/wextoolbox.mk +++ b/wextoolbox.mk @@ -22,6 +22,68 @@ # see doc in Makefile # +# +# boost +# +# we rebuild this one only b/c f10 only has 1.34 and gnuradio needs >= 1.35 +# this build is based on the f11 rpm, i.e. boost-1.37 +# +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 +# boost-devel needs boost ! +gnuradio-DEPEND-DEVEL-RPMS := boost boost-devel +ALL += gnuradio +IN_BOOTSTRAPFS += gnuradio + +# +# bbn +# +bbn-MODULES := bbn_80211 +bbn-SPEC := bbn_80211.spec +bbn-BUILD-FROM-SRPM := yes +bbn-DEPEND-DEVEL-RPMS := gnuradio gnuradio-devel boost boost-devel +ALL += bbn +IN_BOOTSTRAPFS += bbn + +# +# crunchxml +# +crunchxml-MODULES := crunchxml +crunchxml-SPEC := crunchxml.spec +crunchxml-BUILD-FROM-SRPM := yes +ALL += crunchxml +IN_BOOTSTRAPFS += crunchxml + +# +# spectools +# +spectools-MODULES := spectools +spectools-SPEC := spectools.spec +spectools-BUILD-FROM-SRPM := yes +ALL += spectools +IN_BOOTSTRAPFS += spectools + +# +# sge +# +sge-MODULES := sge +sge-SPEC := sge.spec +sge-BUILD-FROM-SRPM := yes +# turning this off - current focus is on deploying the sge box separately from myplc +# packaging is still broken, and we're exploring a ready-t-o-use distro on centos +# ALL += sge +# IN_BOOTSTRAPFS += sge + # # kernel #