Skip to content

Commit

Permalink
project restructured
Browse files Browse the repository at this point in the history
git-svn-id: https://ipvs.informatik.uni-stuttgart.de/SGpp/repos/trunk@147 4eea3252-f0fb-4393-894d-40516dce545b
  • Loading branch information
Alexander Heinecke committed Feb 14, 2009
1 parent 9fbd8cc commit 138a37a
Show file tree
Hide file tree
Showing 75 changed files with 9 additions and 6,568 deletions.
12 changes: 7 additions & 5 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,18 @@ env.Append(PYTHON_CPPPATH=[distutils.sysconfig.get_python_inc()])

Export('env')

SConscript('src/SConscript', build_dir='build_sg', duplicate=0)
SConscript('pysgpp/SConscript', build_dir='build_pysgpp', duplicate=0)
SConscript('src/sgpp/SConscript', build_dir='tmp/build_sg', duplicate=0)
SConscript('src/pysgpp/SConscript', build_dir='tmp/build_pysgpp', duplicate=0)

if env['JSGPP']:
SConscript('jsgpp/SConscript', build_dir='build_jsgpp', duplicate=0)
SConscript('src/jsgpp/SConscript', build_dir='tmp/build_jsgpp', duplicate=0)

SConscript('tests/SConscript')

cpy = []
cpy += Command("#bin/_pysgpp.so", "#build_pysgpp/_pysgpp.so", Copy("$TARGET", "$SOURCE"))
cpy += Command("#bin/pysgpp.py", "#build_pysgpp/pysgpp.py", Copy("$TARGET", "$SOURCE"))
cpy += Command("#lib/pysgpp/_pysgpp.so", "#/tmp/build_pysgpp/_pysgpp.so", Copy("$TARGET", "$SOURCE"))
cpy += Command("#lib/pysgpp/pysgpp.py", "#/tmp/build_pysgpp/pysgpp.py", Copy("$TARGET", "$SOURCE"))
cpy += Command("#bin/_pysgpp.so", "#/tmp/build_pysgpp/_pysgpp.so", Copy("$TARGET", "$SOURCE"))
cpy += Command("#bin/pysgpp.py", "#/tmp/build_pysgpp/pysgpp.py", Copy("$TARGET", "$SOURCE"))

Help(opts.GenerateHelpText(env))
84 changes: 0 additions & 84 deletions jsgpp/DataVector.i

This file was deleted.

72 changes: 0 additions & 72 deletions jsgpp/GridFactory.i

This file was deleted.

60 changes: 0 additions & 60 deletions jsgpp/Operations.i

This file was deleted.

47 changes: 0 additions & 47 deletions jsgpp/SConscript

This file was deleted.

85 changes: 0 additions & 85 deletions jsgpp/jsgpp.i

This file was deleted.

Loading

0 comments on commit 138a37a

Please sign in to comment.