/[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 1596 by jpye, Mon Jul 23 06:25:49 2007 UTC revision 1597 by jpye, Fri Aug 17 05:26:05 2007 UTC
# Line 11  if env.get('WITH_IPOPT'): Line 11  if env.get('WITH_IPOPT'):
11          ]          ]
12      )      )
13    
14      libipopt = solver_env.SharedLibrary("ipopt",["asc_ipopt.c"]      lib = solver_env.SharedLibrary("ipopt",["asc_ipopt.c"]
15          ,LIBS = ['ascend','ipopt']          ,LIBS = ['ascend','ipopt']
16          ,LIBPATH = ['#']          ,LIBPATH = ['#']
17            ,SHLIBSUFFIX = env['EXTLIB_SUFFIX']
18            ,SHLIBPREFIX = env['EXTLIB_PREFIX']
19      )      )
20    
21      env.Depends(libipopt,env['libascend'])      env.Depends(lib,env['libascend'])
22    
23      env['extfns'] += [libipopt]      env['extfns'] += [lib]
24    
25  # vim: set syntax=python:  # vim: set syntax=python:

Legend:
Removed from v.1596  
changed lines
  Added in v.1597

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