- Timestamp:
- Oct 26, 2007 8:14:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserParametersDefault.py
r702 r703 16 16 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc','Ipopt','Bonmin','FlopC++','OS','CppAD'] 17 17 18 #--------------------------------------------------- 19 # This data structure is intended to describe how each COIN project 20 # should be built. 21 #--------------------------------------------------- 18 #---------------------------------------------------------------------- 19 # Define how a COIN-OR project is to be built and tested. 20 # A project can be built multiple times in different ways. 21 # 22 # SvnVersion: Specifies where in subversion the source should be obtained. 23 # Examples: 'trunk', 'latestStable', 'releases/1.2.0' 24 # 25 # OptLevel: 'Default' or 'Debug'. Specifies if "./configure" needs 26 # additional parameters to build with debug. The default is supposed 27 # to be an optimized build. 28 # 29 # ThirdParty: 'Yes' or 'No'. Some projects provide scripts for downloading 30 # third party code. If 'Yes' then these scripts will be run. If 'No' 31 # then the options for skipping the use of third party codes are 32 # used when running "./configure". 33 # 34 # 'AdditionConfigOptions': This provides the ability to specify an 35 # additional './configure' option to be applied to this specific build. 36 # CONFIGURE_FLAGS can be set if one wants to specify addtional configure 37 # options to all builds. 38 # Example: '--enable-cbc-parallel' 39 # 40 # 'Reference': This specifies that the build is to be done in the way 41 # of the referenced name. 42 # Example: 'CoinUtils' 43 # The example indicates that the build configurations specified 44 # for CoinUtils are to be used for building. 45 # 46 #---------------------------------------------------------------------- 22 47 BUILDS = { 23 48 #'DefaultProject' :
Note: See TracChangeset
for help on using the changeset viewer.