diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-07-08 01:56:32 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-07-08 01:58:20 -0700 |
commit | 295ffd8c506821ed079d2151fb21cd27979d7387 (patch) | |
tree | 44b667a383aedfe5c97cebbe1e021791f4ec831e /.gitignore | |
parent | 05516389441e6818ff3ee22bb4e51d50b3bb5cd4 (diff) | |
download | spack-295ffd8c506821ed079d2151fb21cd27979d7387.tar.gz spack-295ffd8c506821ed079d2151fb21cd27979d7387.tar.bz2 spack-295ffd8c506821ed079d2151fb21cd27979d7387.tar.xz spack-295ffd8c506821ed079d2151fb21cd27979d7387.zip |
Adding dotkit support to TAU.
- New spack.hooks package
- contains modules with pre and post install hooks
- New dotkit hook module
- generates/removes dotkits on install/uninstall
- New spack use, spack unuse commands
- use same syntax as install/uninstall
- New setup-env.bash script
- Sets up path, dotkit support
- new spack dotkit command
- used by script to parse specs, generate
specs of installed pckages for dotkit file names
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ed2012d208..d6e0d3e60c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .DS_Store .idea /etc/spackconfig +/share/spack/dotkit |