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

Contents of /trunk/solvers/qrslv/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1941 - (show annotations) (download)
Tue Nov 4 03:30:32 2008 UTC (14 years, 6 months ago) by jpye
File size: 400 byte(s)
Example exergy calculation.
Added delta_entropy to atoms.a4l.
Cleaning up some library dependencies issues in build script.
Increased default block size to 64×64 in canvas-based modeller.
1 Import('env')
2 qrslv_env = env.Clone()
3
4 lib = qrslv_env.SharedLibrary("qrslv",["qrslv.c"]
5 ,LIBS = ['ascend']
6 ,LIBPATH = ['#']
7 ,SHLIBSUFFIX = env['EXTLIB_SUFFIX']
8 ,SHLIBPREFIX = env['EXTLIB_PREFIX']
9 )
10
11 env['extfns'] += [lib]
12
13 env.Depends(lib,env['libascend'])
14
15 if env.get('CAN_INSTALL'):
16 dir = Dir(env.subst("$INSTALL_ROOT$INSTALL_SOLVERS"))
17 env.InstallShared(dir,lib)
18
19 # vim: set syntax=python:

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