[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-build
Subject:    [Boost-build] Configurable feature values
From:       Shridhar Daithankar <ghodechhap () ghodechhap ! net>
Date:       2009-12-28 7:17:35
Message-ID: 200912281235.35212.ghodechhap () ghodechhap ! net
[Download RAW message or body]

Hello,

I have a project built with bjam, which uses number of third party 
tools/libraries such as boost, imagemagick, soci etc.

The installation prefixes of each tool differ across the machines where we are 
building the project. Any way these can be made maintainable across the 
system?

Currently I have following in my jamroot and it is version-controlled. I tried 
moving the options to another jam file and import it but it did not work.

----------------------------
project foo
  : default-build release 	#by default build release variant
  : build-dir build  		#the build goes in a separate dir 'build'
  : requirements
		<search>/usr/local 	#library search path, to be set only once
		<include>/usr/local/include/soci
		<include>/usr/local/include/opencv
		<include>/usr/include/ImageMagick
----------------------------

I am not looking for autoconf. Just a build specific file that can be hand-
maintained. I searched around but didn't come across anything viable.

Any help is appreciated. Thanks :)
-- 
 Shridhar
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic