Add TAU package and routines to filter files, fix sed calls.

- TAU doesn't install to directories with '@' in the name.
- Need to fix up its scripts.
- routines to filter files as sed would, but using python regular expressions.
  - TAU package uses this.
This commit is contained in:
Todd Gamblin
2014-07-02 23:22:38 -07:00
parent a7fd8be514
commit 0551638944
4 changed files with 96 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ try:
working_dir = os.getcwd()
except OSError:
os.chdir(SPACK_PREFIX)
working_dir = SPACK_PREFIX
# clean up the scope and start using spack package instead.
del SPACK_FILE, SPACK_PREFIX, SPACK_LIB_PATH