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

Contents of /trunk/solvers/ipopt/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1529 - (show annotations) (download)
Thu Jul 5 08:19:02 2007 UTC (17 years, 5 months ago) by jpye
File size: 346 byte(s)
Making build of IPOPT dependent on config test.
1 Import('env')
2
3 if env.get('WITH_IPOPT'):
4 solver_env = env.Copy()
5
6 solver_env.AppendUnique(CPPPATH=[solver_env.get('IPOPT_CPPPATH')])
7
8 libipopt = solver_env.SharedLibrary("ipopt",["asc_ipopt.c"]
9 ,LIBS = ['ascend','ipopt']
10 ,LIBPATH = ['#']
11 )
12
13 env.Depends(libipopt,env['libascend'])
14
15 env['extfns'] += [libipopt]
16
17 # vim: set syntax=python:

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