Changeset 667
- Timestamp:
- Oct 23, 2007 7:20:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserConfig.py
r666 r667 6 6 7 7 from socket import gethostname 8 9 10 #----------------------------------------------------------------------11 # This file contains variables that person running this script12 # might need to change.13 #----------------------------------------------------------------------14 15 16 8 17 9 #---------------------------------------------------------------------- … … 122 114 #---------------------------------------------------------------------- 123 115 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc',\ 124 'Ipopt','Bonmin','FlopC++','OS' ,'CppAD']116 'Ipopt','Bonmin','FlopC++','OS'] 125 117 126 118 … … 164 156 ##SVNPATH_PREFIX = userParameters.data['SVNPATH_PREFIX'] 165 157 ##DOWNLOAD_3RD_PARTY = userParameters.data['DOWNLOAD_3RD_PARTY'] 166 158 ##CONFIGURE_FLAGS = userParameters.data['CONFIGURE_FLAGS']
Note: See TracChangeset
for help on using the changeset viewer.