Skip to content

Commit

Permalink
commented sparse build from the sconstruct file,
Browse files Browse the repository at this point in the history
if sparse functionality is required one has to uncomment those lines now
  • Loading branch information
b45ch1 committed Dec 24, 2009
1 parent ee9661b commit 2143c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SConstruct.EXAMPLE
Expand Up @@ -51,8 +51,8 @@ env = Environment(
Export('env')
Export('adolc_include_path')
SConscript('adolc/SConscript')
SConscript('adolc/sparse/SConscript')
#SConscript('adolc/sparse/SConscript')

env.Install( target='./build/adolc/', source = ['adolc/__init__.py','adolc/wrapped_functions.py', 'adolc/cgraph.py','adolc/_adolc.so'])
env.Install( target='./build/adolc/sparse/', source = ['adolc/sparse/__init__.py', 'adolc/sparse/_colpack.so', 'adolc/sparse/wrapped_functions.py'])
#env.Install( target='./build/adolc/sparse/', source = ['adolc/sparse/__init__.py', 'adolc/sparse/_colpack.so', 'adolc/sparse/wrapped_functions.py'])

0 comments on commit 2143c17

Please sign in to comment.