- Timestamp:
- Oct 21, 2007 3:21:08 PM (12 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBprojectConfig.py
r650 r652 90 90 91 91 #---------------------------------------------------------------------- 92 PROJECT_EMAIL_ADDRS['Ipopt'] = 'andreasw _AT_ us _DOT_ ibm _DOT_ com' 93 PROJECT_CONFIG_LINES['Ipopt'] = STANDARD_CONFIG_LINES 94 #third party packages are not optional here 95 96 #---------------------------------------------------------------------- 97 PROJECT_EMAIL_ADDRS['Bonmin'] = 'pbonami _AT_ us _DOT_ ibm _DOT_ com' 98 PROJECT_CONFIG_LINES['Bonmin'] = STANDARD_CONFIG_LINES 99 #third party packages are not optional here 100 101 #---------------------------------------------------------------------- 92 102 PROJECT_EMAIL_ADDRS['FlopC++'] = 'Tim _DOT_ Hultberg _AT_ eumetsat _DOT_ int' 93 103 ALL_TESTS_COMPLETED_SUCCESSFULLY_CMDS['FlopC++'] = ['make test'] 94 104 PROJECT_CONFIG_LINES['FlopC++'] = STANDARD_CONFIG_LINES 95 105 #does not have references to third party packages 96 97 #----------------------------------------------------------------------98 PROJECT_EMAIL_ADDRS['Ipopt'] = 'andreasw _AT_ us _DOT_ ibm _DOT_ com'99 PROJECT_CONFIG_LINES['Ipopt'] = STANDARD_CONFIG_LINES100 #third party packages are not optional here101 106 102 107 #---------------------------------------------------------------------- -
branches/testScripts/NBuserConfig.py
r649 r652 137 137 #---------------------------------------------------------------------- 138 138 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc',\ 139 ' FlopC++','Ipopt','OS','CppAD']139 'Ipopt','Bonmin','FlopC++',,'OS','CppAD'] 140 140 141 141 … … 152 152 #---------------------------------------------------------------------- 153 153 BUILD_TYPES = [\ 154 ['Default','ThirdParty' ] ,\155 ['Debug', 'ThirdParthy']\156 # ['Debug', 'NoThirdParthy']\154 ['Default','ThirdParty' ]\ 155 ,['Debug', 'ThirdParty' ]\ 156 #,['Debug', 'NoThirdParty' ]\ 157 157 ] 158 158
Note: See TracChangeset
for help on using the changeset viewer.