330 |
# Python install - esys __init__.py |
# Python install - esys __init__.py |
331 |
# This is just an empty file but stills need to be touched so add a special target and Command. Note you can't use the scons Touch() function as it will not |
# This is just an empty file but stills need to be touched so add a special target and Command. Note you can't use the scons Touch() function as it will not |
332 |
# create the file if it doesn't exist |
# create the file if it doesn't exist |
333 |
env.Command('esys/__init__.py', None, 'touch $TARGET') |
env.Command(pyinstall+'/__init__.py', None, 'touch $TARGET') |
334 |
|
|
335 |
# Allow sconscripts to see the env |
# Allow sconscripts to see the env |
336 |
Export(["env", "incinstall", "libinstall", "pyinstall", "dodebug", "mkl_libs", "scsl_libs", "umf_libs", |
Export(["env", "incinstall", "libinstall", "pyinstall", "dodebug", "mkl_libs", "scsl_libs", "umf_libs", |