/[ascend]/trunk/solvers/ipopt/SConscript
ViewVC logotype

Diff of /trunk/solvers/ipopt/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1546 by jpye, Thu Jul 5 08:19:02 2007 UTC revision 1547 by jpye, Mon Jul 23 06:25:49 2007 UTC
# Line 5  if env.get('WITH_IPOPT'): Line 5  if env.get('WITH_IPOPT'):
5    
6      solver_env.AppendUnique(CPPPATH=[solver_env.get('IPOPT_CPPPATH')])      solver_env.AppendUnique(CPPPATH=[solver_env.get('IPOPT_CPPPATH')])
7    
8        solver_env.Append(
9            CPPDEFINES=[
10                'ASC_WITH_IPOPT'
11            ]
12        )
13    
14      libipopt = solver_env.SharedLibrary("ipopt",["asc_ipopt.c"]      libipopt = solver_env.SharedLibrary("ipopt",["asc_ipopt.c"]
15          ,LIBS = ['ascend','ipopt']          ,LIBS = ['ascend','ipopt']
16          ,LIBPATH = ['#']          ,LIBPATH = ['#']

Legend:
Removed from v.1546  
changed lines
  Added in v.1547

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22