/[ascend]/trunk/linpack/SConscript
ViewVC logotype

Contents of /trunk/linpack/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 674 - (show annotations) (download)
Wed Jun 21 09:29:46 2006 UTC (17 years, 5 months ago) by johnpye
File size: 189 byte(s)
Adding missed merge (r702-820) from dae to trunk
1 Import('env')
2
3 srcs = Split("""
4 d1mach.c
5
6 dgbfa.f
7 dgbsl.f
8 dgefa.f
9 dgesl.f
10 """)
11
12 linpack = []
13
14 for src in srcs:
15 linpack.append( env.SharedObject(src) )
16
17 Return('linpack')

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