Changeset 641
- Timestamp:
- Oct 21, 2007 1:48:23 AM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserConfig.py
r640 r641 126 126 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc',\ 127 127 'FlopC++','Ipopt','OS','CppAD'] 128 PROJECTS =['CoinUtils'] 128 129 130 #---------------------------------------------------------------------- 131 # List of vpath directories and corresponding configure options 132 # Setup as a dictionary 133 #---------------------------------------------------------------------- 134 135 VPATH_DIRS = ['vpath', 'vpath-no_third_party'] 136 VPATH_CONFIG_ARGS = ['configure -C' ,\ 137 'configure COIN_SKIP_PROJECTS="Ipopt ThirdParty/ASL ThirdParty/Blas ThirdParty/Glpk ThirdParty/HSL ThirdParty/Lapack ThirdParty/Mumps"'] 138 139 # Perhaps use dictionaries 140 VPATH_BUILD = ['vpath': 'configure -C' ,\ 141 'vpath-no_third_party': 'configure COIN_SKIP_PROJECTS="Ipopt ThirdParty/ASL ThirdParty/Blas ThirdParty/Glpk ThirdParty/HSL ThirdParty/Lapack ThirdParty/Mumps"']
Note: See TracChangeset
for help on using the changeset viewer.