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

Contents of /trunk/solvers/qrslv/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1505 - (show annotations) (download)
Sat Jun 23 14:27:28 2007 UTC (16 years, 3 months ago) by jpye
File size: 339 byte(s)
More on relocation of solvers
1 Import('env')
2
3 # To run the test, type
4 # ascend johnpye/qrslv/qrslv.a4c
5
6 libqrslv = [env.SharedLibrary("qrslv",["qrslv.c"]
7 ,LIBS = ['ascend']
8 ,LIBPATH = ['#']
9 )]
10
11 env['extfns'] += libqrslv
12
13 if env.get('CAN_INSTALL'):
14 dir = Dir(env.subst("$INSTALL_ROOT$INSTALL_SOLVERS"))
15 env.InstallShared(dir,libqrslv)
16
17 # vim: set syntax=python:
18

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