/[escript]/trunk/doc/examples/SConscript
ViewVC logotype

Diff of /trunk/doc/examples/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2508 by jfenwick, Thu Jul 2 04:33:25 2009 UTC revision 2648 by jfenwick, Mon Sep 7 00:06:15 2009 UTC
# Line 1  Line 1 
1    
2  ########################################################  ########################################################
3  #  #
4  # Copyright (c) 2003-2008 by University of Queensland  # Copyright (c) 2003-2009 by University of Queensland
5  # Earth Systems Science Computational Center (ESSCC)  # Earth Systems Science Computational Center (ESSCC)
6  # http://www.uq.edu.au/esscc  # http://www.uq.edu.au/esscc
7  #  #
# Line 32  for i in example_files: Line 32  for i in example_files:
32      f_in=File(os.path.join(src_dir,i))      f_in=File(os.path.join(src_dir,i))
33      f_out=File(i,test_dir)      f_out=File(i,test_dir)
34      data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE")))      data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE")))
35    
36    #We need this because of cblib.py which needs to be present for other tests to work
37    for i in example_deps:
38        f_in=File(os.path.join(src_dir,i))
39        f_out=File(i,test_dir)
40        data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE")))
41  Depends(cc, data_files)  Depends(cc, data_files)
42    
43  np=int(local_env['ENV']['ESCRIPT_NUM_NODES'])  np=int(local_env['ENV']['ESCRIPT_NUM_NODES'])

Legend:
Removed from v.2508  
changed lines
  Added in v.2648

  ViewVC Help
Powered by ViewVC 1.1.26