diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-07-02 23:22:38 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-07-02 23:24:10 -0700 |
commit | 05516389441e6818ff3ee22bb4e51d50b3bb5cd4 (patch) | |
tree | 3592d0b2cc494dae052b42e4136857a0efd85527 /bin | |
parent | a7fd8be51468e923209ede9d517579042ab187a8 (diff) | |
download | spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.gz spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.bz2 spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.xz spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.zip |
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.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |